Widget.inState

Test if a widget is in a particular state.

class Widget
bool
inState
(
string[] state
)

Parameters

state string[]

An array of widget states.

Return Value

Type: bool

true is the widget is in that state, false if not.

See Also

Meta