FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ThreeStateIconNotify Class / InvalidIconTip Property


In This Topic
InvalidIconTip Property
In This Topic
Gets or sets the tip text to display with the icon when validation fails.
Syntax
'Declaration
 
Public Property InvalidIconTip As String
 
'Usage
 
Dim instance As ThreeStateIconNotify
Dim value As String
 
instance.InvalidIconTip = value
 
value = instance.InvalidIconTip

Property Value

The icon tip text. The default is String.Empty.
See Also