This documentation is archived and is not being maintained.
Color.IsEmpty Property
.NET Framework 1.1
Specifies whether this Color structure is uninitialized.
[Visual Basic] Public ReadOnly Property IsEmpty As Boolean [C#] public bool IsEmpty {get;} [C++] public: __property bool get_IsEmpty(); [JScript] public function get IsEmpty() : Boolean;
Property Value
This property returns true if this color is uninitialized; otherwise, false.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
Show: