Gets the default style of the group.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Shared Property Default As GroupStyle  | 
 
| Delphi |   | 
|---|
public read-write property Default: GroupStyle; static;   | 
 
| JScript |   | 
|---|
public static function get,set Default : GroupStyle  | 
 
| Managed Extensions for C++ |   | 
|---|
public: __property static GroupStyle* get_Default();
public: __property static void set_Default( 
   GroupStyle* value
);  | 
 
            
            
            Property Value
The default style of the group.
 
            
            
            
            
            
            
            
            
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
            
            
See Also