Class
MobileControl
Description
The base class for most mobile controls.
Method descriptions
MobileControl.Handle
Handle As Ptr
The a handle to the underlying native OS control.
Event descriptions
MobileControl.Closing
Closing
Called when the control's layout is closing.
MobileControl.Opening
Opening
Called when the control's layout is opening.
This is where you typically put initialization code.
This example in the Opening event of a label sets its text to "Hello":
Me.Text = "Hello"
Compatibility
Mobile projects on all supported mobile operating systems.
See also
Object parent class; MobileUIControl class.