Represents a Panel that is capalbe to host standard Windows Forms controls.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadTabStripContentPanel : Panel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlPanelRadTabStripContentPanel...
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadTabStripContentPanel class.
C#
public RadTabStripContentPanel()
Properties
Gets the item associated with the panel.
C#
public RadItem AssociatedItem { get; }
Gets or sets the background color of the tabstrip layout.
C#
public override Color BackColor { get; set; }
Overrides:
C#
[Browsable(false)]
public bool CausesValidation { get; set; }
C#
protected override Padding DefaultMargin { get; }
Overrides: