Class RibbonTabStripElement
Inheritance
System.Object
RibbonTabStripElement
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
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RibbonTabStripElement : RadPageViewStripElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RibbonTabStripElement()
Declaration
public RibbonTabStripElement()
Properties
PaintTabShadows
Declaration
public bool PaintTabShadows { get; set; }
Property Value
System.Boolean
|
TabItems
Declaration
public RadRibbonBarCommandTabCollection TabItems { get; set; }
Property Value
RadRibbonBarCommandTabCollection
|
Methods
CalcLayoutOffset(PointF)
Declaration
protected override PointF CalcLayoutOffset(PointF startPoint)
Parameters
System.Drawing.PointF
startPoint
|
Returns
System.Drawing.PointF
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
PerformArrange(RectangleF)
Declaration
protected override RectangleF PerformArrange(RectangleF clientRect)
Parameters
System.Drawing.RectangleF
clientRect
|
Returns
System.Drawing.RectangleF
|
Overrides
SetSelectedItem(RadPageViewItem)
Declaration
protected override void SetSelectedItem(RadPageViewItem item)
Parameters
RadPageViewItem
item
|