In This Topic
Gets a value indicating whether this color is not defined.
Syntax
'Declaration
Public Function IsNoDefinedColor() As Boolean
'Usage
Dim instance As Color
Dim value As Boolean
value = instance.IsNoDefinedColor()
public bool IsNoDefinedColor()
See Also