FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TextTipPolicy Enumeration


TextTipPolicy Enumeration
Specifies how the text tip of a cell in the view is displayed, and also how the cell note is displayed.
Syntax
'Declaration
 
Public Enum TextTipPolicy 
   Inherits System.Enum
 
'Usage
 
Dim instance As TextTipPolicy
Members
MemberDescription
FixedAligns it to the top-left corner of the cell for which it appears at any time
FixedFocusOnlyAligns it to the top-left corner of the cell for which it appears only when the control has the focus
FloatingAligns it to the pointer location at any time
FloatingFocusOnlyAligns it to the pointer location only when the control has the focus
OffDoes not display the text tip
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.TextTipPolicy

See Also