PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Jean-pierre Leroy on January 22, 2010, 01:57:47 PM

Title: ShowSelector property for FireTextBox control
Post by: Jean-pierre Leroy on January 22, 2010, 01:57:47 PM
Paul,

When a "Modern" DesignStyle is selected for a FireTextBox control, we can set a property called "ShowSelector".

In the help box, you wrote "Set whether the popup selector icon should shown"

I don't understand what does it mean ? can you explain ? is-it just to display the small icon (arrow) at the right of the control ? can I use the popup selector to do something ?

Thanks,
Jean-Pierre
Title: Re: ShowSelector property for FireTextBox control
Post by: Paul Squires on January 22, 2010, 03:14:57 PM
Clicking that selector will fire the FIRETEXTBOX_MSG_CLICKED notification message that your program can respond to. You can choose to do whatever you want in response to the click: Show a menu, show another form, shut down the user's computer.... whatever.  :)
Title: Re: ShowSelector property for FireTextBox control
Post by: Jean-pierre Leroy on January 22, 2010, 06:08:53 PM
It works pefectly,

Thank you Paul.

Regards,
Jean-Pierre.