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()
Return Value
true
if this color is not defined; otherwise, false
.
See Also