Click or drag to resize

UiElement Methods

The UiElement type exposes the following members.

Methods
  NameDescription
Protected methodSetDisabled
Called when the disabled state changes.
Protected methodSetHover
Called when the hover state changes.
Protected methodSetHoverProgress
Called when the hover animation progress changes.
Protected methodSetPressed
Called when the pressed state changes.
Protected methodSetPressProgress
Called when the press animation progress changes.
Protected methodSetSelected
Called when the selected state changes.
Protected methodSetSelectProgress
Called when the select animation progress changes.
Protected methodSetShowProgress
Called when the show/hide animation progress changes.
Protected methodSetState
Called when the visibility state changes.
Public methodSetVisible
Change the visibility of this element.
Protected methodStart
Set the initial state of this element.
Protected methodUpdate
Update the element state.
Top
See Also