T3000 CrossPlatform Documentation
Hint Class |
[This is preliminary documentation and is subject to change.]
Hint of FastColoredTextbox
Inheritance Hierarchy
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
The Hint type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Hint(Range, String) |
Creates Hint
| |
Hint(Range, Control) |
Creates Hint
| |
Hint(Range, String, Boolean, Boolean) |
Creates Hint
| |
Hint(Range, Control, Boolean, Boolean) |
Creates Hint
|
Properties
Name | Description | |
---|---|---|
BackColor |
Backcolor
| |
BackColor2 |
Second backcolor
| |
BorderColor |
Border color
| |
Cursor |
Cursor
| |
Dock |
Docking (allows None and Fill only)
| |
Font |
Font
| |
ForeColor |
Fore color
| |
Height |
Height of hint
| |
HostPanel |
Host panel
| |
Inline |
Inlining. If True then hint will moves apart text.
| |
InnerControl |
Inner control
| |
Range |
Linked range
| |
Tag |
Tag
| |
Text |
Text of simple hint
| |
TextAlignment |
Text alignment
| |
Width |
Width of hint (if Dock is None)
|
Methods
Name | Description | |
---|---|---|
DoVisible |
Scroll textbox to the hint
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Init | ||
MemberwiseClone | (Inherited from Object.) | |
OnClick | ||
ToString | (Inherited from Object.) |
Events
See Also