Custom Property Editor in VB.NET
-
Ok, I believe this is called a custom UITypeEditor. What I am trying to do is have a Property that can Expanded and show two Sub-properties for that one. An example of this is the "Size" Type which has an x and y properties. I want to use this to define a Color gradient. Example: BackColor StartColor EndColor ForeColor StartColor EndColor Can anyone point me in the right direction?
-
Ok, I believe this is called a custom UITypeEditor. What I am trying to do is have a Property that can Expanded and show two Sub-properties for that one. An example of this is the "Size" Type which has an x and y properties. I want to use this to define a Color gradient. Example: BackColor StartColor EndColor ForeColor StartColor EndColor Can anyone point me in the right direction?