Enumeration Flag

An enum of widget bit flags.

Enumeration Members

DisallowLayout: 16

A layout cannot be set on the widget.

IsAttached: 2

The widget is attached to the DOM.

IsDisposed: 1

The widget has been disposed.

IsHidden: 4

The widget is hidden.

IsVisible: 8

The widget is visible.