Class AutoHideTabStripElement
A predefined RadPageViewStripElement that holds the associated TabStripItem for each auto-hidden DockWindow.
Inheritance
System.Object
AutoHideTabStripElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class AutoHideTabStripElement : RadPageViewStripElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
AutoHideTabStripElement()
Declaration
public AutoHideTabStripElement()
Fields
AutoHidePopupOffsetProperty
Properties
AutoHidePopupOffset
Gets or sets the offset of the auto-hide popup.
Declaration
public int AutoHidePopupOffset { get; set; }
Property Value
System.Int32
|
TabsPosition
Methods
GetAutomaticItemOrientation(Boolean)
Declaration
protected override PageViewContentOrientation GetAutomaticItemOrientation(bool content)
Parameters
System.Boolean
content
|
Returns
PageViewContentOrientation
|