BCGControlBar Library for .NET
SelectAllVisualStyle Property (GridVisualStyleDef)




Visual style of "Select all" area located at the top left corner of grid control.
Syntax
'Declaration
 
Public Property SelectAllVisualStyle As SelectAllCellVisualStyle
'Usage
 
Dim instance As GridVisualStyleDef
Dim value As SelectAllCellVisualStyle
 
instance.SelectAllVisualStyle = value
 
value = instance.SelectAllVisualStyle
public SelectAllCellVisualStyle SelectAllVisualStyle {get; set;}
public: __property SelectAllCellVisualStyle* get_SelectAllVisualStyle();
public: __property void set_SelectAllVisualStyle( 
   SelectAllCellVisualStyle* value
);
public:
property SelectAllCellVisualStyle^ SelectAllVisualStyle {
   SelectAllCellVisualStyle^ get();
   void set (    SelectAllCellVisualStyle^ value);
}
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

GridVisualStyleDef Class
GridVisualStyleDef Members

Send Feedback