Determines whether the specified color is the default color.
Syntax
'Declaration
Public Shared Function IsDefaultColor( _
ByVal As Brush _
) As Boolean
'Usage
Dim color As Brush
Dim value As Boolean
value = ColorEx.IsDefaultColor(color)
public static bool IsDefaultColor(
Brush
)
public:
static bool IsDefaultColor(
Brush^
)
Parameters
- color
- The color.
See Also