Class SplitPanel
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SplitPanel : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
SplitPanel()
Initializes a new instance of the SplitPanel class with default settings.
Declaration
public SplitPanel()
Properties
BorderStyle
Gets or sets the border style applied to the edges of the SplitPanel.
Declaration
public BorderStyle BorderStyle { get; set; }
Property Value
System.Windows.Forms.BorderStyle
|
Collapsed
Declaration
public virtual bool Collapsed { get; set; }
Property Value
System.Boolean
|
CommandBindings
Declaration
public InputBindingsCollection CommandBindings { get; }
Property Value
InputBindingsCollection
|
CreateParams
Declaration
protected override CreateParams CreateParams { get; }
Property Value
System.Windows.Forms.CreateParams
|
DefaultMargin
Declaration
protected override Padding DefaultMargin { get; }
Property Value
System.Windows.Forms.Padding
|
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
|
ElementTree
Declaration
public override ComponentThemableElementTree ElementTree { get; }
Property Value
ComponentThemableElementTree
|
Overrides
EnableKeyMap
Declaration
public bool EnableKeyMap { get; set; }
Property Value
System.Boolean
|
ImageList
This property is not relevant for this class.
Declaration
public override ImageList ImageList { get; set; }
Property Value
System.Windows.Forms.ImageList
|
Overrides
ImageScalingSize
Declaration
public Size ImageScalingSize { get; set; }
Property Value
System.Drawing.Size
|
IsDesignMode
Declaration
public bool IsDesignMode { get; }
Property Value
System.Boolean
|
MaximumSize
Declaration
public override Size MaximumSize { get; set; }
Property Value
System.Drawing.Size
|
Overrides
MinimumSize
Declaration
public override Size MinimumSize { get; set; }
Property Value
System.Drawing.Size
|
Overrides
Parent
Declaration
public Control Parent { get; set; }
Property Value
System.Windows.Forms.Control
|
SizeInfo
Gets the object that contains sizing information and behavior settings for this SplitPanel.
Declaration
public SplitPanelSizeInfo SizeInfo { get; }
Property Value
SplitPanelSizeInfo
|
SmallImageList
This property is not relevant for this class.
Declaration
public override ImageList SmallImageList { get; set; }
Property Value
System.Windows.Forms.ImageList
|
Overrides
SplitContainer
SplitPanelElement
Gets the instance of RadPanelElement wrapped by this control. RadPanelElement is the main element in the hierarchy tree and encapsulates the actual functionality of RadPanel.
Declaration
public SplitPanelElement SplitPanelElement { get; }
Property Value
SplitPanelElement
|
ThemeClassName
Declaration
public override string ThemeClassName { get; set; }
Property Value
System.String
|
Overrides
Methods
CreateChildItems(RadElement)
Creates the main panel element and adds it in the root element.
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|
Overrides
OnControlAdded(ControlEventArgs)
Declaration
protected override void OnControlAdded(ControlEventArgs e)
Parameters
System.Windows.Forms.ControlEventArgs
e
|
OnControlRemoved(ControlEventArgs)
Declaration
protected override void OnControlRemoved(ControlEventArgs e)
Parameters
System.Windows.Forms.ControlEventArgs
e
|
OnControlTreeChanged(ControlTreeChangedEventArgs)
Declaration
protected virtual void OnControlTreeChanged(ControlTreeChangedEventArgs args)
Parameters
ControlTreeChangedEventArgs
args
|
ScaleControl(SizeF, BoundsSpecified)
Declaration
protected override void ScaleControl(SizeF factor, BoundsSpecified specified)
Parameters
System.Drawing.SizeF
factor
|
System.Windows.Forms.BoundsSpecified
specified
|
Overrides
SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
Declaration
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Parameters
System.Int32
x
|
System.Int32
y
|
System.Int32
width
|
System.Int32
height
|
System.Windows.Forms.BoundsSpecified
specified
|
Overrides
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
System.Windows.Forms.Message
m
|
Overrides
Events
ControlTreeChanged
Declaration
public event ControlTreeChangedEventHandler ControlTreeChanged
Event Type
ControlTreeChangedEventHandler
|