ClassRadTabbedFormBehavior
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadTabbedFormBehavior : RadNonClientUIBaseFormBehavior<RadTabbedFormControl>, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentFormControlBehaviorThemedFormBehaviorRadNonClientUIBaseFormBehavior<RadTabbedFormControl>RadTabbedFormBehavior
Implements:
Inherited Members
Constructors
RadTabbedFormBehavior()
Declaration
public RadTabbedFormBehavior()
RadTabbedFormBehavior(IComponentTreeHandler)
Declaration
public RadTabbedFormBehavior(IComponentTreeHandler treeHandler)
Parameters
treeHandler
RadTabbedFormBehavior(IComponentTreeHandler, bool)
Declaration
public RadTabbedFormBehavior(IComponentTreeHandler treeHandler, bool shouldHandleCreateChildItems)
Parameters
treeHandler
shouldHandleCreateChildItems
Properties
BorderWidth
Gets the width of the form border
Declaration
public override Padding BorderWidth { get; }
Property Value
Overrides
TabbedFormControl
Declaration
protected virtual RadTabbedFormControl TabbedFormControl { get; }
Property Value
TopCompositionMargin
Gets an integer representing the top client margin of the form when composition is enabled.
Declaration
public override int TopCompositionMargin { get; }
Property Value
Overrides
Methods
AdjustBehaviorForCompositionSate()
Declaration
protected override void AdjustBehaviorForCompositionSate()
Overrides
AdjustFormElementForFormState(int?)
Declaration
protected override void AdjustFormElementForFormState(int? formState)
Parameters
formState
int?
Overrides
CreateFormElement()
Declaration
protected override RadElement CreateFormElement()
Returns
Overrides
DisposeNonClientUIControlImpls()
Declaration
protected override void DisposeNonClientUIControlImpls()
Overrides
Form_ControlAdded(object, ControlEventArgs)
Declaration
protected override void Form_ControlAdded(object sender, ControlEventArgs e)
Parameters
sender
e
Overrides
InitializeNonClientUIControl()
Declaration
protected override void InitializeNonClientUIControl()
Overrides
OnWMActivateCore(ref Message)
Declaration
protected override void OnWMActivateCore(ref Message m)
Parameters
m
Overrides
OnWMNCRightButtonUp(ref Message)
Declaration
protected override void OnWMNCRightButtonUp(ref Message m)
Parameters
m
Overrides
OnWmNCLeftMouseButtonDown(ref Message)
Declaration
protected override void OnWmNCLeftMouseButtonDown(ref Message m)
Parameters
m
Overrides
OnWmNCLeftMouseButtonUp(ref Message)
Declaration
protected override void OnWmNCLeftMouseButtonUp(ref Message m)
Parameters
m
Overrides
OnWmParentNotifyInDesigner(ref Message)
Declaration
protected override void OnWmParentNotifyInDesigner(ref Message m)
Parameters
m
Overrides
UpdateFormForThemingState(bool)
Declaration
protected override void UpdateFormForThemingState(bool showAero)
Parameters
showAero
Overrides
UpdateNCComposition()
Declaration
protected override void UpdateNCComposition()
Overrides