BCGControlBar Library for .NET
SetAllGroupsStandardMode Method




Tells whether to switch all groups to standard, or palette mode.

Loops over all groups and sets for each group the Mode property to StandardMode if bStandard is true.
Syntax
'Declaration
 
Public Sub SetAllGroupsStandardMode( _
   ByVal bStandard As Boolean _
) 
'Usage
 
Dim instance As ToolboxControl
Dim bStandard As Boolean
 
instance.SetAllGroupsStandardMode(bStandard)
public void SetAllGroupsStandardMode( 
   bool bStandard
)
public: void SetAllGroupsStandardMode( 
   bool bStandard
) 
public:
void SetAllGroupsStandardMode( 
   bool bStandard
) 

Parameters

bStandard

Tells whether to switch all groups to standard, or palette mode.

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

ToolboxControl Class
ToolboxControl Members

Send Feedback