AutoHideTabStrip
A predefined ToolTabStrip instance that resides within an AutoHidePopup and is used to display auto-hidden dock windows.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
public class AutoHideTabStrip : ToolTabStrip, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlSplitPanelTabStripPanelDockTabStripToolTabStripAutoHideTabStrip...
Implements:
Inherited Members
Constructors
Default constructor.
public AutoHideTabStrip()
Initializes a new AutoHideTabStrip instance and associates it with the provided RadDock instance.
Properties
Gets the DockStyle which determines the edge at which the owning auto-hide popup is displayed.
public DockStyle AutoHideDock { get; }
Determines whether the splitter is fixed (may be used to resize the owning popup).
public bool FixedSplitter { get; set; }
public SplitterElement SplitterElement { get; }
Gets or sets the width of the splitter.
public int SplitterWidth { get; set; }
public override Rectangle TabPanelBounds { get; }
Overrides:
public override string ThemeClassName { get; set; }
Overrides:
Methods
protected override void CreateChildItems(RadElement parent)
Overrides:
The auto-hide button is not checked.
Collapsed state is not valid for this type.
The tabstrip element is never displayed.
Handles localization provider changes by updating the tooltip text for caption buttons with localized strings.
protected override void OnLocalizationProviderChanged()
Overrides:
Do not handle the mouse double-click event.