BCGControlBar Library for .NET
SetDefaultManager(VisualStyle) Method




The Visual Style associated with the visual manager object to set as default.
Call this function to set the default visual manager object according to the specified Visual Style.
Syntax
'Declaration
 
Public Overloads Shared Sub SetDefaultManager( _
   ByVal style As VisualStyle _
) 
'Usage
 
Dim style As VisualStyle
 
VisualManager.SetDefaultManager(style)
public static void SetDefaultManager( 
   VisualStyle style
)
public: static void SetDefaultManager( 
   VisualStyle style
) 
public:
static void SetDefaultManager( 
   VisualStyle style
) 

Parameters

style
The Visual Style associated with the visual manager object to set as default.
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

VisualManager Class
VisualManager Members
Overload List

Send Feedback