Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / TextTipAppearance Property


In This Topic
TextTipAppearance Property (SpreadView)
In This Topic
Gets or sets the appearance of text tips in the view.
Syntax
'Declaration
 
Public Property TextTipAppearance As TipAppearance
 
'Usage
 
Dim instance As SpreadView
Dim value As TipAppearance
 
instance.TextTipAppearance = value
 
value = instance.TextTipAppearance
See Also