Beta Documentation - Subject to change.

A standard Lord of the Rings text box.

Methods

  NameDescription
AppendTextAppends text to the end of the label. (Inherited from Label)
DeselectAllDeselects all the text in the control. (Inherited from Label)
FocusRequest that the control take focus. (Inherited from Control)
GetAllowDropGets if the control supports drop operations from drag and drop. (Inherited from Control)
GetBackColorGets the solid background color of the control. (Inherited from Control)
GetBackColorBlendModeGets the blend mode applied to the background color. (Inherited from Control)
GetBlendModeGets the blend mode applied to the background image. (Inherited from Control)
GetControlsGets the list of child controls. (Inherited from Control)
GetFontGets the current font. (Inherited from Label)
GetFontStyleGets the font style. (Inherited from Label)
GetForeColorGets the foreground color. (Inherited from Label)
GetHeightGets the height of the control. (Inherited from Control)
GetHorizontalScrollBarGets the horizontal scroll bar. (Inherited from ScrollableControl)
GetLeftGets the left coordinate of the control. (Inherited from Control)
GetMousePositionGets the mouse position relative to this control. (Inherited from Control)
GetOpacityGets the opacity of the window. (Inherited from Control)
GetOutlineColorGets the text outline color. (Inherited from Label)
GetParentGets the parent of the control. (Inherited from Control)
GetPositionGets the position of the control. (Inherited from Control)
GetSelectedTextGets the selected text of the label. (Inherited from Label)
GetSelectionLengthGets the length of the selected text. (Inherited from Label)
GetSelectionStartGets the position of the selection start. (Inherited from Label)
GetSizeGets the size of the control. (Inherited from Control)
GetTextGets the text of the label. (Inherited from Label)
GetTextAlignmentGets the alignment of the text within the label. (Inherited from Label)
GetTextLengthGets the length of the text of the label. (Inherited from Label)
GetTopGets the top coordinate of the window. (Inherited from Control)
GetVerticalScrollBarGets the vertical scroll bar. (Inherited from ScrollableControl)
GetWantsKeyEventsGets a flag indicating if the control wants to receive key events. (Inherited from Control)
GetWantsUpdatesGets the flag indicating if the control wants to receive Update notifications. (Inherited from Control)
GetWidthGets the width of the control. (Inherited from Control)
GetZOrderGets the Z ordering index of the control. (Inherited from Control)
HasFocusReturns true if the control has focus. (Inherited from Control)
InsertTextInserts text into the label at the current cursor position. (Inherited from Label)
IsAltKeyDownTest if the alt key is pressed. (Inherited from Control)
IsControlKeyDownTest if the control key is pressed. (Inherited from Control)
IsEnabledGets a flag indicating if the control is enabled. (Inherited from Control)
IsMouseVisibleGets a flag indicating if the mouse will see this control. (Inherited from Control)
IsMultilineGets if the label is set to display multiple lines. (Inherited from Label)
IsReadOnlyGets a flag indicating if the text in the control is read only. (Inherited from TextBox)
IsSelectableGets a flag indicating if the text in the label is selectable. (Inherited from Label)
IsShiftKeyDownTest if the shift key is pressed. (Inherited from Control)
IsVisibleGets a flag indicating if the control is visible. (Inherited from Control)
PointToClientConverts a coordinate from control space to screen space. (Inherited from Control)
PointToScreenConverts a coordinate from control space to screen space. (Inherited from Control)
SelectAllSelects all the text in the control. (Inherited from Label)
SetAllowDropSets if the control supports drop operations from drag and drop. (Inherited from Control)
SetBackColorSets the background color of the control. (Inherited from Control)
SetBackColorBlendModeSets the blend mode applied to the background color. (Inherited from Control)
SetBackgroundSets the background image of the control. (Inherited from Control)
SetBlendModeSets the blend mode applied to the background image. (Inherited from Control)
SetEnabledSets a flag indicating if the control is enabled. (Inherited from Control)
SetFontSets the current font. (Inherited from Label)
SetFontStyleSets the font style. (Inherited from Label)
SetForeColorSets the foreground color. (Inherited from Label)
SetHeightSets the height of the control. (Inherited from Control)
SetHorizontalScrollBarSets the horizontal scroll bar. (Inherited from ScrollableControl)
SetLeftSets the left coordinate of the window. (Inherited from Control)
SetMouseVisibleGets a flag indicating if the mouse will see this control. (Inherited from Control)
SetMultilineSets if the label should display on multiple lines. (Inherited from Label)
SetOpacitySets the opacity of the window. (Inherited from Control)
SetOutlineColorSets the text outline color. (Inherited from Label)
SetParentSets the parent of the control. (Inherited from Control)
SetPositionSets the position of the control. (Inherited from Control)
SetReadOnlySets a flag indicating if the text in the control is read only. (Inherited from TextBox)
SetSelectableSets a flag indicating if the text in the label can be selected. (Inherited from Label)
SetSelectedTextReplaces the selected text. (Inherited from Label)
SetSelectionSets the selected text. (Inherited from Label)
SetSelectionLengthSets the length of the selected text. (Inherited from Label)
SetSelectionStartSets the position of the selection start. (Inherited from Label)
SetSizeSets the size of the control. (Inherited from Control)
SetTextSets the text of the label. (Inherited from Label)
SetTextAlignmentSets the alignment of the text within the label. (Inherited from Label)
SetTopSets the top coordinate of the window. (Inherited from Control)
SetVerticalScrollBarSets the vertical scroll bar. (Inherited from ScrollableControl)
SetVisibleSets the visible flag of a control. (Inherited from Control)
SetWantsKeyEventsSets a flag indicating if the control wants to receive key events. (Inherited from Control)
SetWantsUpdatesSets the flag indicating if the cotnrol wants to receive update notifications. (Inherited from Control)
SetWidthSets the width of the control. (Inherited from Control)
SetZOrderSets the Z order of the control. (Inherited from Control)

Events

  NameDescription
DragDropEvent fired when a drag drop operation is completed. (Inherited from Control)
DragEnterEvent fired when a drag drop operation enters the control. (Inherited from Control)
DragLeaveEvent fired when a drag drop operation leaves the control. (Inherited from Control)
EnabledChangedEvent fired when the enabled state of the control changes. (Inherited from TextBox)
EnabledChangedEvent fired when the enabled state of the control changes. (Inherited from Control)
FocusGainedEvent fired when the control gains focus. (Inherited from Control)
FocusLostEvent fired when the control loses focus. (Inherited from Control)
KeyDownEvent fired when a key is pressed down. (Inherited from Control)
KeyUpEvent fired when a key is released. (Inherited from Control)
MouseClickEvent fired when a mouse button is clicked. (Inherited from Control)
MouseDoubleClickEvent fired when a mouse button is double clicked. (Inherited from Control)
MouseDownEvent fired when a mouse button is pressed. (Inherited from Control)
MouseEnterEvent fired when the mouse enters the control. (Inherited from Control)
MouseHoverEvent fired when the mouse is hovering over the control. (Inherited from Control)
MouseLeaveEvent fired when the mouse leaves the cotnrol. (Inherited from Control)
MouseMoveEvent fired when the mouse moves. (Inherited from Control)
MouseUpEvent fired when a mouse button is released. (Inherited from Control)
MouseWheelEvent fired when a mouse wheel moves. (Inherited from Control)
PositionChangedEvent fired when the position of the control changes. (Inherited from Control)
SizeChangedEvent fired when the size of the control changes. (Inherited from Control)
UpdateEvent fired every frame when WantsUpdates is enabled. (Inherited from Control)
VisibleChangedEvent fired when the visible state of the control changes. (Inherited from Control)