BCGControlBar Library for .NET
UseGlobalVisualManager Property (ToolboxControl)




Specifies whether toolbox control uses global Visual Manager to render its parts. You can set this property to false and set VisualStyle property to any other Visual manager.
Syntax
'Declaration
 
Public Property UseGlobalVisualManager As Boolean
'Usage
 
Dim instance As ToolboxControl
Dim value As Boolean
 
instance.UseGlobalVisualManager = value
 
value = instance.UseGlobalVisualManager
public bool UseGlobalVisualManager {get; set;}
public: __property bool get_UseGlobalVisualManager();
public: __property void set_UseGlobalVisualManager( 
   bool value
);
public:
property bool UseGlobalVisualManager {
   bool get();
   void set (    bool 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