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