Main features:
RectControl
SearchControl
![]() | Used for internal quality control of the plugin. |
![]() | If set to true then the control will have a cancel button on its right side. |
![]() | If set to true then the left button will host a menu. |
![]() | Sets the BorderStyle on mac to Rounded (default) or Square |
![]() | Returns the count of menu items. |
![]() | A property to set or get placeholder which is used to display placeholder text as grey text in the control when it has no search text entered and the control does not have focus. |
![]() | If set to true then search event will be fired right away as text is typed. |
![]() | If set to true then search events are only sent when the user presses enter key or presses the search icon. |
![]() | Sets or gets the search text in the control. |
![]() | Adds a MenuItem to the menu in the left icon button. |
![]() | To cancel a events internal action then call this method from within a event. |
![]() | Clears the menu. |
![]() | Returns a MenuItem by a given index |
![]() | Sets focus to the control. |
![]() | Syncs the menu items if you have made changes to menu items after adding them. This is needed for the MacOS X native control. |
![]() | This event is fired when the cancel button is clicked. |
![]() | This event is fired when the control gets the focus. |
![]() | This event is fired when the control looses the focus. |
![]() | This event is fire when a MenuItem was clicked in the left button Menu. |
![]() | Used on Windows and Linux to manually assign TextField to the control if your having embedding issues. |
![]() | This event is fired when your application should do search. |
![]() | This event is fired when the text changes. |