...
Displays the widget. After creation, the widget is hidden until until Show()
is is called.
Hide() As Boolean
Hides the widget.
Raise() As Void
Sends the widget to the top of the z-order on the graphics plane (i.e. in front of all other surfaces that implement the ifWidget interface). By default, new widgets are placed at the top of the graphics z-order.
Note | ||
---|---|---|
| ||
Some surfaces are always drawn at the top of the graphics z-order, including the mouse cursor, closed captions, and scrolling tickers. |
Tip | ||
---|---|---|
| ||
You can use the |
Lower() As Void
Sends the widget to the bottom of the z-order on the graphics plane (i.e. behind all other surfaces that implement the ifWidget interface). By default, new widgets are placed at the top of the graphics z-order.
GetFailureReason() As String
...