'Declaration
Public Enum TextTipPolicy Inherits System.Enum
'Usage
Dim instance As TextTipPolicy
public enum TextTipPolicy : System.Enum
'Declaration
Public Enum TextTipPolicy Inherits System.Enum
'Usage
Dim instance As TextTipPolicy
public enum TextTipPolicy : System.Enum
Member | Description |
---|---|
Fixed | Aligns it to the top-left corner of the cell for which it appears at any time |
FixedFocusOnly | Aligns it to the top-left corner of the cell for which it appears only when the control has the focus |
Floating | Aligns it to the pointer location at any time |
FloatingFocusOnly | Aligns it to the pointer location only when the control has the focus |
Off | Does not display the text tip |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.TextTipPolicy