Property modifier

zatalian

Member
Joined
Sep 30, 2007
Messages
10
Programming Experience
10+
Hi,

I'm creating a custom control, which has a property "Pattern" As String. I would like to create a "Propery modifier" for this property.

What i mean is something like "the thing" that exists for the property Mask of the MaskedTextBox. Mask is also a string, but in the property window, there is this little "..." button which pops up a form where the user can select some predefined masks or create a custom one.

I would like a similar popup for my property "Pattern". Is this possible?
 
Back
Top