BCGControlBar Library for .NET
Mode Property (ToolboxControl)




Current toolbox mode. In VS2003 mode toolbox looks like outlook control, when only one page can be activated. In VS2005 mode toolbox control allows to expand several groups at once.
Syntax
'Declaration
 
Public Property Mode As ToolboxMode
'Usage
 
Dim instance As ToolboxControl
Dim value As ToolboxMode
 
instance.Mode = value
 
value = instance.Mode
public ToolboxMode Mode {get; set;}
public: __property ToolboxMode get_Mode();
public: __property void set_Mode( 
   ToolboxMode value
);
public:
property ToolboxMode Mode {
   ToolboxMode get();
   void set (    ToolboxMode 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

ToolboxControl Class
ToolboxControl Members

Send Feedback