ClassAutoHideTabStrip
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
AutoHideTabStrip(RadDock)
Initializes a new AutoHideTabStrip instance and associates it with the provided RadDock instance.
Declaration
public AutoHideTabStrip(RadDock dockManager)
Parameters
dockManager
Properties
AutoHideDock
Gets the DockStyle which determines the edge at which the owning auto-hide popup is displayed.
FixedSplitter
Determines whether the splitter is fixed (may be used to resize the owning popup).
SplitterElement
Declaration
public SplitterElement SplitterElement { get; }
Property Value
SplitterWidth
Gets or sets the width of the splitter.
TabPanelBounds
Declaration
public override Rectangle TabPanelBounds { get; }
Property Value
Overrides
ThemeClassName
Declaration
public override string ThemeClassName { get; set; }
Property Value
Overrides
Methods
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
parent
Overrides
GetAutoHideButtonChecked()
The auto-hide button is not checked.
Declaration
protected override bool GetAutoHideButtonChecked()
Returns
Overrides
GetCollapsed()
Collapsed state is not valid for this type.
GetTabStripVisible()
The tabstrip element is never displayed.
OnLocalizationProviderChanged()
Handles localization provider changes by updating the tooltip text for caption buttons with localized strings.
Declaration
protected override void OnLocalizationProviderChanged()
Overrides
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
e
Overrides
OnMouseLeave(EventArgs)
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
e
Overrides
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
e
Overrides
OnMouseUp(MouseEventArgs)
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
e
Overrides
ShouldHandleDoubleClick()
Do not handle the mouse double-click event.
Declaration
protected override bool ShouldHandleDoubleClick()
Returns
Overrides