Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IconNotify Class / Icon Property


In This Topic
Icon Property (IconNotify)
In This Topic
Gets or sets a System.Drawing.Icon that is displayed for the validating Cell.
Syntax
'Declaration
 
Public Property Icon As Icon
 
'Usage
 
Dim instance As IconNotify
Dim value As Icon
 
instance.Icon = value
 
value = instance.Icon

Property Value

A System.Drawing.Icon that is displayed on the validating Cell. The default is a null reference (Nothing in Visual Basic).
See Also