BCGControlBar Library for .NET
GetVisualManager Method (CaptionCommandButton)




Gets the current visual manager for the CaptionCommandButton. If the value of the property UseGlobalVisualManager is true, then the global visual manager will be returned, otherwise - visual manager created according to the local visual style.
Syntax
'Declaration
 
Public Function GetVisualManager() As VisualManager
'Usage
 
Dim instance As CaptionCommandButton
Dim value As VisualManager
 
value = instance.GetVisualManager()
public VisualManager GetVisualManager()
public: VisualManager* GetVisualManager(); 
public:
VisualManager^ GetVisualManager(); 
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

CaptionCommandButton Class
CaptionCommandButton Members

Send Feedback