Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ThreeStateIconNotify Class / ValidIcon Property


In This Topic
ValidIcon Property
In This Topic
Gets or sets the icon to display when validation is successful.
Syntax
'Declaration
 
Public Property ValidIcon As Icon
 
'Usage
 
Dim instance As ThreeStateIconNotify
Dim value As Icon
 
instance.ValidIcon = value
 
value = instance.ValidIcon

Property Value

The valid icon. The default is a null reference (Nothing in Visual Basic).
See Also