BCGControlBar Library for .NET
IsBorderStyleEmpty Property




Gets a value that indicates whether the border style is empty.
Syntax
'Declaration
 
Public ReadOnly Property IsBorderStyleEmpty As Boolean
'Usage
 
Dim instance As GridCellVisualStyle
Dim value As Boolean
 
value = instance.IsBorderStyleEmpty
public bool IsBorderStyleEmpty {get;}
public: __property bool get_IsBorderStyleEmpty();
public:
property bool IsBorderStyleEmpty {
   bool get();
}
Remarks
Border style is empty when all elements in array of border styles are null or empty.
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

GridCellVisualStyle Class
GridCellVisualStyle Members

Send Feedback