SearchControl Xojo Plugin

SearchControl.HasMenu Property

If set to true then the left button will host a menu.

HasMenu as Boolean {Read and Write}

Remarks

Setting this property only to true is not enough to display a menu. The AddMenuItems also needs to be called with the AddMenuItem method on the control. This could for example be done in the Open event of the control.

Note:

Currently its known issue that we are not able to disable menu items on Mac OS X.

See Also

SearchControl Control