Class RadTabbedFormControlCollection
Inheritance
System.Object
RadTabbedFormControlCollection
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTabbedFormControlCollection : Control.ControlCollection
Constructors
RadTabbedFormControlCollection(RadTabbedFormControl)
Declaration
public RadTabbedFormControlCollection(RadTabbedFormControl owner)
Parameters
RadTabbedFormControl
owner
|
Methods
Add(Control)
Declaration
public override void Add(Control value)
Parameters
System.Windows.Forms.Control
value
|
Clear()
Declaration
public override void Clear()
Remove(Control)
Declaration
public override void Remove(Control value)
Parameters
System.Windows.Forms.Control
value
|
SetChildIndex(Control, Int32)
Declaration
public override void SetChildIndex(Control child, int newIndex)
Parameters
System.Windows.Forms.Control
child
|
System.Int32
newIndex
|