BCGSoft.Controls.TabStrip Namespace > TabStrip Class : UseGlobalVisualManager Property |
If true, the visual style of tabs 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.
'Declaration Public Property UseGlobalVisualManager As Boolean
'Usage Dim instance As TabStrip Dim value As Boolean instance.UseGlobalVisualManager = value value = instance.UseGlobalVisualManager
public bool UseGlobalVisualManager {get; set;}
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