ClassCommandBarFloatingForm
Represents a form that holds the items of a that has been undocked and is floating.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class CommandBarFloatingForm : RadForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormCommandBarFloatingForm
Implements:
Inherited Members
Constructors
CommandBarFloatingForm()
Declaration
public CommandBarFloatingForm()
Fields
customizeMenuButtonElement
Declaration
protected RadImageButtonElement customizeMenuButtonElement
Field Value
dropDownMenuElement
Declaration
protected RadDropDownMenu dropDownMenuElement
Field Value
hostControl
Declaration
protected RadCommandBarOverflowPanelHostContol hostControl
Field Value
Properties
CreateParams
Gets or sets the creation parameters for the window.
Declaration
protected override CreateParams CreateParams { get; }
Property Value
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.
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(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
true if managed resources should be disposed; otherwise, false.
Overrides
OnFormClosing(FormClosingEventArgs)
Declaration
protected override void OnFormClosing(FormClosingEventArgs e)
Parameters
e
Overrides
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
e
Overrides
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
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
commandBar
The control into which the strip should be docked.
WndProc(ref Message)
Processes Windows messages.