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
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. :)
It works pefectly,
Thank you Paul.
Regards,
Jean-Pierre.