ShowSelector property for FireTextBox control

Started by Jean-pierre Leroy, January 22, 2010, 01:57:47 PM

Previous topic - Next topic

Jean-pierre Leroy

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

Paul Squires

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.  :)
Paul Squires
PlanetSquires Software

Jean-pierre Leroy

It works pefectly,

Thank you Paul.

Regards,
Jean-Pierre.