Hint Class

T3000 CrossPlatform

Hint Class

[This is preliminary documentation and is subject to change.]

Hint of FastColoredTextbox
Inheritance Hierarchy
SystemObject  FastColoredTextBoxNSHint

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class Hint
Public Class Hint

Dim instance As Hint

The Hint type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBackColor
Backcolor
Public propertyBackColor2
Second backcolor
Public propertyBorderColor
Border color
Public propertyCursor
Cursor
Public propertyDock
Docking (allows None and Fill only)
Public propertyFont
Font
Public propertyForeColor
Fore color
Public propertyHeight
Height of hint
Public propertyHostPanel
Host panel
Public propertyInline
Inlining. If True then hint will moves apart text.
Public propertyInnerControl
Inner control
Public propertyRange
Linked range
Public propertyTag
Tag
Public propertyText
Text of simple hint
Public propertyTextAlignment
Text alignment
Public propertyWidth
Width of hint (if Dock is None)
Top
Methods
  NameDescription
Public methodDoVisible
Scroll textbox to the hint
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodInit
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClick
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventClick
Occurs when user click on simple hint
Top
See Also