SearchControl Xojo Plugin |
|
SearchControl.AddMenuItem Method
Adds a MenuItem to the menu in the left icon button.
AddMenuItem(
item as MenuItem)
Parameters
- item
- The MenuItem to be added.
Remarks

For a menu to be displayed then MenuItems need to be added and the HasMenu property needs to be set to true.
Note:Currently its known issue that we are not able to disable menu items on Mac OS X.
See Also
SearchControl Control