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, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormCommandBarFloatingForm...
Implements:
Inherited Members
Constructors
public CommandBarFloatingForm()
Fields
protected RadImageButtonElement customizeMenuButtonElement
protected RadDropDownMenu dropDownMenuElement
protected RadCommandBarOverflowPanelHostContol hostControl
Properties
Gets or sets the creation parameters for the window.
protected override CreateParams CreateParams { get; }
Overrides:
Gets the control that hosts the floating items.
public RadCommandBarOverflowPanelHostContol ItemsHostControl { get; }
Gets or sets the parent of the control to which the floating strip belongs.
public Control ParentControl { get; set; }
Gets or sets the which the floating form is hosting.
public CommandBarStripElement StripElement { get; set; }
Gets the which contains information about the floating strip.
public CommandBarStripInfoHolder StripInfoHolder { get; }
Methods
protected virtual void CreateHostControl()
Clean up any resources being used.
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
protected override void OnFormClosing(FormClosingEventArgs e)
Overrides:
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 .
public void TryDocking(Point screenLocation)
The location in screen coordinates where the strip should try to dock.
Tries to dock the floating strip in a specified .
public void TryDocking(RadCommandBar commandBar)
The control into which the strip should be docked.
Processes Windows messages sent to the control.
protected override void WndProc(ref Message m)
The Windows Message to process.
Overrides: