ClassTabPanel
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class TabPanel : ContainerControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, INotifyPropertyChanged
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlTabPanel
Derived Classes:
Implements:
Inherited Members
Constructors
TabPanel()
Declaration
public TabPanel()
Properties
BorderStyle
Declaration
public BorderStyle BorderStyle { get; set; }
Property Value
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
Overrides
Image
Gets or sets the Image associated with the panel.
SvgImage
Gets or sets the SvgImage associated with the panel.
TabStrip
Declaration
[Browsable(false)]
public TabStripPanel TabStrip { get; }
Property Value
TabStripItem
Declaration
[Browsable(false)]
public TabStripItem TabStripItem { get; set; }
Property Value
ToolTipText
Gets or sets the tooltip to be displayed when the mouse hovers the tabitem of this panel.
Methods
GetTabStrip<T>()
Declaration
public T GetTabStrip<T>() where T : TabStripPanel
Returns
T
OnImageChanged(EventArgs)
Notifies for a change in the Image and SvgImage members of this panel.
Declaration
protected virtual void OnImageChanged(EventArgs e)
Parameters
e
OnPropertyChanged(string)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
OnToolTipTextChanged(EventArgs)
Declaration
protected virtual void OnToolTipTextChanged(EventArgs e)
Parameters
e
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements
TextChanged
Declaration
[Browsable(true)]
public event EventHandler TextChanged
Event Value