Class CommandBarFloatingForm
Represents a form that holds the items of a that has been undocked and is floating.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CommandBarFloatingForm : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
CommandBarFloatingForm()
Declaration
public CommandBarFloatingForm()
Fields
customizeMenuButtonElement
Declaration
protected RadImageButtonElement customizeMenuButtonElement
Field Value
dropDownMenuElement
hostControl
Declaration
protected RadCommandBarOverflowPanelHostContol hostControl
Field Value
Properties
CreateParams
Declaration
protected override CreateParams CreateParams { get; }
Property Value
System.
|
Overrides
ItemsHostControl
Gets the control that hosts the floating items.
Declaration
public RadCommandBarOverflowPanelHostContol ItemsHostControl { get; }
Property Value
ParentControl
Gets or sets the parent of the control to which the floating strip belongs.
Declaration
public Control ParentControl { get; set; }
Property Value
System.
|
StripElement
Gets or sets the which the floating form is hosting.
Declaration
public CommandBarStripElement StripElement { get; set; }
Property Value
StripInfoHolder
Gets the which contains information about the floating strip.
Declaration
public CommandBarStripInfoHolder StripInfoHolder { get; }
Property Value
Methods
CreateHostControl()
Declaration
protected virtual void CreateHostControl()
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. true if managed resources should be disposed; otherwise, false. |
Overrides
OnFormClosing(FormClosingEventArgs)
Declaration
protected override void OnFormClosing(FormClosingEventArgs e)
Parameters
System.
|
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.
|
TryDocking(Point)
Tries to dock the floating strip on a specified point of screen. The docking will be completed only if
the control under that point is .
Declaration
public void TryDocking(Point screenLocation)
Parameters
System. The location in screen coordinates where the strip should try to dock. |
TryDocking(RadCommandBar)
Tries to dock the floating strip in a specified .
Declaration
public void TryDocking(RadCommandBar commandBar)
Parameters
Rad The |
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
System.
|