BCGControlBar Library for .NET
UseGlobalVisualManager Property (OutlookBarPane)




If true, the visual style of OutlookBarPane will be taken from the global visual manager (which can be set in CommandBarManager or using VisualManager.GetInstance.VisualStyle). Otherwise, the visual style is taken from VisualStyle property.
Syntax
'Declaration
 
Public Property UseGlobalVisualManager As Boolean
'Usage
 
Dim instance As OutlookBarPane
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

OutlookBarPane Class
OutlookBarPane Members

Send Feedback