Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IconSetCfRule Class / ShowIconOnly Property


In This Topic
ShowIconOnly Property (IconSetCfRule)
In This Topic
Gets or sets a value indicating whether to show icon only.
Syntax
'Declaration
 
Public Property ShowIconOnly As Boolean
 
'Usage
 
Dim instance As IconSetCfRule
Dim value As Boolean
 
instance.ShowIconOnly = value
 
value = instance.ShowIconOnly

Property Value

true to show icon only; otherwise, false.
See Also