MobileToolbarButton.FromHandle

From Xojo Documentation

Method

MobileToolbar.FromHandle(handle As Ptr, overrideEvents As Boolean = False) As MobileToolbarButton

New in 2021r3

Supported on Mobile.

Returns a MobileToolbarButton created from the Ptr passed.

Notes

If True is passed as the overrideEvents parameter, the Xojo mobile framework will not intercept touch events allowing you to respond to them via declares.

See Also

Ptr type.