Spread Windows Forms 12.0 Product Documentation
IsNoIcon Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfIcon Structure : IsNoIcon Method
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()
public bool IsNoIcon()

Return Value

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

Reference

CfIcon Structure
CfIcon Members