Beta Documentation - Subject to change.

The base control class for all available user interface elements.

Remarks

The Control class provides all the base functionality for displaying user interface elements in game to a user. A Control can be instantiate but will not be visible unless parented inside of a Window.Controls by themself are transparent objects. In order for a control to be visible, set either its background with SetBackground or set its background color with SetBackColor.

Inheritance Hierarchy

See Also