ClassRadToolbarFormBehavior
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadToolbarFormBehavior : RadNonClientUIBaseFormBehavior<RadToolbarFormControl>, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentFormControlBehaviorThemedFormBehaviorRadNonClientUIBaseFormBehavior<RadToolbarFormControl>RadToolbarFormBehavior
Implements:
Inherited Members
Constructors
RadToolbarFormBehavior()
Declaration
public RadToolbarFormBehavior()
RadToolbarFormBehavior(IComponentTreeHandler)
Creates an instance of the RadToolbarFormBehavior class.
The IComponentTreeHandler implementation which this behavior is associated with.Declaration
public RadToolbarFormBehavior(IComponentTreeHandler treeHandler)
Parameters
treeHandler
RadToolbarFormBehavior(IComponentTreeHandler, bool)
Creates an instance of the RadToolbarFormBehavior class.
Declaration
public RadToolbarFormBehavior(IComponentTreeHandler treeHandler, bool shouldHandleCreateChildItems)
Parameters
treeHandler
The associated IComponentTreeHandler implementation.
shouldHandleCreateChildItems
Determines whether the behavior handles the CreateChildItems call.
Properties
BorderWidth
Gets the width of the form border
Declaration
public override Padding BorderWidth { get; }
Property Value
Overrides
ToolbarFormControl
Declaration
protected virtual RadToolbarFormControl ToolbarFormControl { 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
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
OnWmSetText(ref Message)
Declaration
protected override void OnWmSetText(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