BCGControlBar Library for .NET
SyncTabStyleWithVisualManager Property




Specifies if the tab style on the TabStrip Control of the MDIContainers depends on the current Visual Manager. If the value of the property is false, the TabStyle from the TabStyle property of the MDIOptionsObject is applied. This property is used by the framework when the Visual Style of the MDIConainer is changed. (see OnVisualManagerChanged method of the  MDIContainer)
Syntax
'Declaration
 
Public Property SyncTabStyleWithVisualManager As Boolean
'Usage
 
Dim instance As MdiTabsOptions
Dim value As Boolean
 
instance.SyncTabStyleWithVisualManager = value
 
value = instance.SyncTabStyleWithVisualManager
public bool SyncTabStyleWithVisualManager {get; set;}
public: __property bool get_SyncTabStyleWithVisualManager();
public: __property void set_SyncTabStyleWithVisualManager( 
   bool value
);
public:
property bool SyncTabStyleWithVisualManager {
   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

MdiTabsOptions Class
MdiTabsOptions Members

Send Feedback