Associates this button with the given overlay window so the button is automatically added or removed when the window is opened or closed, and automatically shown or hidden according to the window visibility.
Creates a button at the specified position. The button is displayed after calling Add. Width: Width of the button. Height: Height of the button. EventPrefix: Prefix of the Click and LongClick events.
IsAddedAsBoolean
Returns True if the button was added by a call to Add (or a call to Open if bound).
Creates an empty overlay window at the specified position. The window is displayed after calling Open. The window has a panel which can contain child views. Note that these views cannot acquire the focus. Width: Width of the window. Height: Height of the window. EventPrefix: Prefix of the Touch, Click and LongClick events.
IsInitializedAsBoolean
IsOpenAsBoolean
Returns True if the window was opened by a call to Open.
Open
Opens this window. The bound buttons are added, if any.
PanelAsPanelWrapper [read only]
Returns the window panel.
SetPosition (XAsInt, YAsInt)
SetSize (WidthAsInt, HeightAsInt)
TOUCH_ALLAsInt
The window receives all touch events.
TOUCH_INSIDEAsInt
The window receives touch events inside the window.
TOUCH_NONEAsInt
The window does not receive touch events.
TouchModeAsInt
Gets or sets the touch mode (one of the TOUCH_ constants). Default = TOUCH_INSIDE.
VisibleAsBoolean
Gets or sets the window visibility. The bound buttons, if any, are shown or hidden accordingly.