WebUIControl

From Xojo Documentation

Class (inherits from WebControl)

The common super class for all web controls that have a user interface and can appear in the browser. It cannot be instantiated or subclassed.

Events
Closed Hidden Shown
ContextualMenuSelected Opening
Properties
ContextualMenu LockHorizontal fa-lock-32.png Style
ControlID fa-lock-32.png LockLeft fa-lock-32.png TabIndex
Enabled LockRight fa-lock-32.png Tooltip
Height LockVertical fa-lock-32.png Top
Indicator Name fa-lock-32.png Visible
Left Page fa-lock-32.png Width
LockBottom fa-lock-32.png Parent fa-lock-32.png
Methods
Close GotoURL UpdateBrowser
ExecuteJavaScript SetFocus
Enumerations
Indicators

Compatibility

Web projects on Linux, macOS, Windows operating systems.

See Also

WebControl, WebPage classes