Class RadTabStripContentPanel
Represents a Panel that is capalbe to host standard Windows Forms controls.
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTabStripContentPanel : Panel
Constructors
RadTabStripContentPanel()
Initializes a new instance of the RadTabStripContentPanel class.
Declaration
public RadTabStripContentPanel()
RadTabStripContentPanel(RadControl)
Properties
Anchor
Declaration
public override AnchorStyles Anchor { get; set; }
Property Value
System.Windows.Forms.AnchorStyles
|
AssociatedItem
Gets the item associated with the panel.
Declaration
public RadItem AssociatedItem { get; }
Property Value
RadItem
|
AutoSize
Declaration
public override bool AutoSize { get; set; }
Property Value
System.Boolean
|
AutoSizeMode
Declaration
public override AutoSizeMode AutoSizeMode { get; set; }
Property Value
System.Windows.Forms.AutoSizeMode
|
BackColor
Gets or sets the background color of the tabstrip layout.
Declaration
public override Color BackColor { get; set; }
Property Value
System.Drawing.Color
|
BorderStyle
Declaration
public BorderStyle BorderStyle { get; set; }
Property Value
System.Windows.Forms.BorderStyle
|
CausesValidation
Declaration
public bool CausesValidation { get; set; }
Property Value
System.Boolean
|
DefaultMargin
Declaration
protected override Padding DefaultMargin { get; }
Property Value
System.Windows.Forms.Padding
|
Dock
Declaration
public override DockStyle Dock { get; set; }
Property Value
System.Windows.Forms.DockStyle
|
Height
Declaration
public int Height { get; set; }
Property Value
System.Int32
|
Location
Declaration
public Point Location { get; set; }
Property Value
System.Drawing.Point
|
MaximumSize
Declaration
public override Size MaximumSize { get; set; }
Property Value
System.Drawing.Size
|
MinimumSize
Declaration
public override Size MinimumSize { get; set; }
Property Value
System.Drawing.Size
|
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
Size
Declaration
public Size Size { get; set; }
Property Value
System.Drawing.Size
|
TabIndex
Declaration
public int TabIndex { get; set; }
Property Value
System.Int32
|
TabStop
Declaration
public bool TabStop { get; set; }
Property Value
System.Boolean
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|
Width
Declaration
public int Width { get; set; }
Property Value
System.Int32
|
Events
AutoSizeChanged
Declaration
public event EventHandler AutoSizeChanged
Event Type
System.EventHandler
|
DockChanged
Declaration
public event EventHandler DockChanged
Event Type
System.EventHandler
|
TabIndexChanged
Declaration
public event EventHandler TabIndexChanged
Event Type
System.EventHandler
|
TabStopChanged
Declaration
public event EventHandler TabStopChanged
Event Type
System.EventHandler
|
VisibleChanged
Declaration
public event EventHandler VisibleChanged
Event Type
System.EventHandler
|