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
Turbine.Object
Turbine.UI.Control
Turbine.UI.Lotro.EffectDisplay
Turbine.UI.Lotro.ItemControl
Turbine.UI.Lotro.Quickslot
Turbine.UI.ScrollableControl
Turbine.UI.ScrollBar
Turbine.UI.TreeNode
Turbine.UI.Window
Turbine.UI.Control
Turbine.UI.Lotro.EffectDisplay
Turbine.UI.Lotro.ItemControl
Turbine.UI.Lotro.Quickslot
Turbine.UI.ScrollableControl
Turbine.UI.ScrollBar
Turbine.UI.TreeNode
Turbine.UI.Window