BCGControlBar Library for .NET
IsEmpty Property (GridElementColor)




Detects whether the element color is empty.
Syntax
'Declaration
 
Public ReadOnly Property IsEmpty As Boolean
'Usage
 
Dim instance As GridElementColor
Dim value As Boolean
 
value = instance.IsEmpty
public bool IsEmpty {get;}
public: __property bool get_IsEmpty();
public:
property bool IsEmpty {
   bool get();
}
Remarks
The element is considered to be empty if StartColor is empty and FillMode is GridElementFillMode.NotSet.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridElementColor Class
GridElementColor Members

Send Feedback