Class LayoutControlTabStripItemButtonsPanel
Inheritance
System.Object
LayoutControlTabStripItemButtonsPanel
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 LayoutControlTabStripItemButtonsPanel : RadPageViewItemButtonsPanel, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
LayoutControlTabStripItemButtonsPanel(LayoutControlTabStripItem)
Declaration
public LayoutControlTabStripItemButtonsPanel(LayoutControlTabStripItem owner)
Parameters
LayoutControlTabStripItem
owner
|
Methods
OnCloseButtonClick(Object, EventArgs)
Declaration
protected override void OnCloseButtonClick(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|