Class RadTabbedForm
This class represents a Form that hosts a RadTabbedFormControl control. The RadTabbedFormControl has a collection of tabs painted in the non-client area and associated containers hosting other controls.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTabbedForm : RadNonClientUIBaseForm<RadTabbedFormControl, RadTabbedFormBehavior>, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
RadTabbedForm()
Declaration
public RadTabbedForm()
Properties
AddNonClientControlOnShownRuntime
Declaration
protected override bool AddNonClientControlOnShownRuntime { get; }
Property Value
System.Boolean
|
Overrides
FormElement
Gets the main element of the RadTabbedForm.
Declaration
public TabbedFormElement FormElement { get; }
Property Value
TabbedFormElement
|
ShowIcon
Gets or sets a value indicating whether an icon is displayed in the caption bar of the form.
Declaration
public bool ShowIcon { get; set; }
Property Value
System.Boolean
|
TabbedFormControl
Gets the RadTabbedFormControl which is used internally by the form responsible for working with the tabs.
Declaration
public RadTabbedFormControl TabbedFormControl { get; }
Property Value
RadTabbedFormControl
|
ThemeClassName
Declaration
public override string ThemeClassName { get; set; }
Property Value
System.String
|
Overrides
Methods
AddNonClientControlInForm()
Declaration
protected override void AddNonClientControlInForm()
Overrides
InitializeFormBehavior()
Declaration
protected override FormControlBehavior InitializeFormBehavior()
Returns
FormControlBehavior
|
Overrides
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
Events
TabbedFormControlCreating
Raised while creating the RadTabbedFormControl. The event is raised only when the form is created at run-time.
Declaration
public event EventHandler<TabbedFormControlCreatingEventArgs> TabbedFormControlCreating
Event Type
System.EventHandler<TabbedFormControlCreatingEventArgs>
|