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
RadImageButtonElement
|
dropDownMenuElement
hostControl
Declaration
protected RadCommandBarOverflowPanelHostContol hostControl
Field Value
RadCommandBarOverflowPanelHostContol
|
Properties
CreateParams
Declaration
protected override CreateParams CreateParams { get; }
Property Value
System.Windows.Forms.CreateParams
|
Overrides
ItemsHostControl
Gets the control that hosts the floating items.
Declaration
public RadCommandBarOverflowPanelHostContol ItemsHostControl { get; }
Property Value
RadCommandBarOverflowPanelHostContol
|
ParentControl
Gets or sets the parent of the control to which the floating strip belongs.
Declaration
public Control ParentControl { get; set; }
Property Value
System.Windows.Forms.Control
|
StripElement
Gets or sets the which the floating form is hosting.
Declaration
public CommandBarStripElement StripElement { get; set; }
Property Value
CommandBarStripElement
|
StripInfoHolder
Gets the which contains information about the floating strip.
Declaration
public CommandBarStripInfoHolder StripInfoHolder { get; }
Property Value
CommandBarStripInfoHolder
|
Methods
CreateHostControl()
Declaration
protected virtual void CreateHostControl()
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
OnFormClosing(FormClosingEventArgs)
Declaration
protected override void OnFormClosing(FormClosingEventArgs e)
Parameters
System.Windows.Forms.FormClosingEventArgs
e
|
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
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.Drawing.Point
screenLocation
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
RadCommandBar
commandBar
The |
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
System.Windows.Forms.Message
m
|