Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfIcon Structure / IsNoIcon Method


In This Topic
IsNoIcon Method
In This Topic
Determines whether this icon is NoIcon.
Syntax
'Declaration
 
Public Function IsNoIcon() As Boolean
 
'Usage
 
Dim instance As CfIcon
Dim value As Boolean
 
value = instance.IsNoIcon()

Return Value

true if this icon is NoIcon; otherwise, false.
See Also