BCGControlBar Library for .NET
SetDefaultDrawManagerType Method




The type of the default manager to set.
Sets the type of the default manager.
Syntax
'Declaration
 
Public Shared Sub SetDefaultDrawManagerType( _
   ByVal type As Type _
) 
'Usage
 
Dim type As Type
 
TabDrawManager.SetDefaultDrawManagerType(type)
public static void SetDefaultDrawManagerType( 
   Type type
)
public: static void SetDefaultDrawManagerType( 
   Type* type
) 
public:
static void SetDefaultDrawManagerType( 
   Type^ type
) 

Parameters

type
The type of the default manager to set.
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

TabDrawManager Class
TabDrawManager Members

Send Feedback