Class TabStripItem
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TabStripItem : RadPageViewStripItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
TabStripItem(TabPanel)
Fields
CloseButtonOffsetProperty
Properties
CloseButton
Gets the TabStripButtonItem that represents the CloseButton in this TabItem. May return null if ShowCloseButton is false.
Declaration
public TabStripButtonItem CloseButton { get; }
Property Value
TabStripButtonItem
|
CloseButtonOffset
Gets or sets the offset of the close button from the item's ImageAndTextLayout panel.
Declaration
public int CloseButtonOffset { get; set; }
Property Value
System.Int32
|
PinButton
Gets the TabStripButtonItem that represents the CloseButton in this TabItem. May return null if ShowCloseButton is false.
Declaration
public TabStripPinButtonItem PinButton { get; }
Property Value
TabStripPinButtonItem
|
ShowCloseButton
Determines whether the CloseButton of the item will be displayed or not.
Declaration
public bool ShowCloseButton { get; set; }
Property Value
System.Boolean
|
ShowPinButton
Determines whether the CloseButton of the item will be displayed or not.
Declaration
public bool ShowPinButton { get; set; }
Property Value
System.Boolean
|
TabPanel
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnLoaded()
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|