Function |
Description |
MessageTextView() |
Constructor |
~MessageTextView() |
Destructor |
ClickColor() |
Returns the color in which to draw the link when it is being clicked on |
Color() |
Returns the color in which to draw the link when it is not being clicked on or hovered over with the mouse cursor |
DisabledColor() |
Returns the color in which to draw the link when it is disabled |
HoverColor() |
Returns the color in which to draw the link when the mouse cursor is over the link |
IsEnabled() |
Returns whether link is enabled |
IsHoverEnabled() |
Returns whether link will highlight when the mouse cursor is over it |
SetClickColor() |
Sets the color in which to draw the link when it is being clicked on |
SetColor() |
Sets the color in which to draw the link when it is not being clicked on or hovered over with the mouse cursor |
SetDisabledColor() |
Sets the color in which to draw the link when it is disabled |
SetEnabled() |
Sets whether or not the link is enabled |
SetHoverColor() |
Sets the color in which to draw the link when the mouse cursor is over the link |
SetHoverEnabled() |
Toggles whether or not the link will highlight when the mouse cursor is over it |
SetUnderlineThickness() |
Specifies the thickness of the underline in pixels |
UnderlineThickness() |
Returns the thickness of the underline in pixels |