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.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTabbedForm : RadFormControlBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
RadTabbedForm()
Declaration
public RadTabbedForm()
Properties
AllowAero
Gets or sets a boolean value that determines whether the standard title bar will be painted.
Declaration
public bool AllowAero { get; set; }
Property Value
System.Boolean
|
FormBorderStyle
Declaration
public FormBorderStyle FormBorderStyle { get; set; }
Property Value
System.Windows.Forms.FormBorderStyle
|
FormElement
Gets the main element of the RadTabbedForm.
Declaration
public TabbedFormElement FormElement { get; }
Property Value
TabbedFormElement
|
HasOwnToolbar
Declaration
protected override bool HasOwnToolbar { get; }
Property Value
System.Boolean
|
Overrides
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
AddTabbedFormControl()
Declaration
protected virtual void AddTabbedFormControl()
InitializeFormBehavior()
Declaration
protected override FormControlBehavior InitializeFormBehavior()
Returns
FormControlBehavior
|
Overrides
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
SetIconPrimitiveVisibility(Boolean)
Declaration
protected override void SetIconPrimitiveVisibility(bool visible)
Parameters
System.Boolean
visible
|
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>
|