BCGControlBar Library for .NET
SelectAllArea Property




Gets bounding rectangle of "Select All" area.
Syntax
'Declaration
 
Public ReadOnly Property SelectAllArea As Rectangle
'Usage
 
Dim instance As GridControl
Dim value As Rectangle
 
value = instance.SelectAllArea
public Rectangle SelectAllArea {get;}
public: __property Rectangle get_SelectAllArea();
public:
property Rectangle SelectAllArea {
   Rectangle get();
}
Remarks
"Select All" area is located at the top left corner of Grid control and usually intended to select all grid rows and columns when clicked. This rectangle is not empty when left margin (row headers) and header are displayed. The area is clickable when EnableSelectAllArea is true.
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

GridControl Class
GridControl Members

Send Feedback