Showing button for property value selction in property pan
-
I have made one User Control which exposes some properties. All these properties are browseable. Hence, when I put my user control on any form and selected the user control, I am able to see the custom properties in property pan at design time. At design time, I want the button to be displayed against the property item for setting its value. So when user wants to modify the value of this property, user will click the button available. Clicking of button will open up custom form which assist user in configuring the property value. In framework 2.0, there is control named Masked Text box. This control has got Mask property. I want something similar to this Mask property configuration. Pls Help.
-
I have made one User Control which exposes some properties. All these properties are browseable. Hence, when I put my user control on any form and selected the user control, I am able to see the custom properties in property pan at design time. At design time, I want the button to be displayed against the property item for setting its value. So when user wants to modify the value of this property, user will click the button available. Clicking of button will open up custom form which assist user in configuring the property value. In framework 2.0, there is control named Masked Text box. This control has got Mask property. I want something similar to this Mask property configuration. Pls Help.