Gets a value indicating whether this color is not defined.
public bool IsNoDefinedColor()
'Declaration
Public Function IsNoDefinedColor() As Boolean
'Usage
Dim instance As Color
Dim value As Boolean
value = instance.IsNoDefinedColor()
Return Value
true
if this color is not defined; otherwise, false
.