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.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadTabbedForm : RadNonClientUIBaseForm<RadTabbedFormControl, RadTabbedFormBehavior>, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadNonClientUIBaseForm<RadTabbedFormControl, RadTabbedFormBehavior>RadTabbedForm...
Implements:
Inherited Members
Constructors
public RadTabbedForm()
Properties
protected override bool AddNonClientControlOnShownRuntime { get; }
Overrides:
Gets the main element of the RadTabbedForm.
public TabbedFormElement FormElement { get; }
Gets or sets a value indicating whether an icon is displayed in the caption bar of the form.
[Browsable(true)]
public bool ShowIcon { get; set; }
Gets the RadTabbedFormControl which is used internally by the form responsible for working with the tabs.
public RadTabbedFormControl TabbedFormControl { get; }
Gets or sets the class name of the theme to be used for styling this tabbed form.
public override string ThemeClassName { get; set; }
Overrides:
Methods
protected override void AddNonClientControlInForm()
Overrides:
Initializes the form behavior instance that handles the tabbed form's non-client area.
protected override FormControlBehavior InitializeFormBehavior()
The tabbed form behavior instance.
Overrides:
Events
Raised while creating the RadTabbedFormControl. The event is raised only when the form is created at run-time.
public event EventHandler<TabbedFormControlCreatingEventArgs> TabbedFormControlCreating