Class CommandBarForm
Inheritance
System.Object
CommandBarForm
Assembly: Syncfusion.Tools.Windows.dll
public class CommandBarForm : Form, ICommandBarDesignerMouseHook
Constructors
Declaration
public CommandBarForm(CommandBarController controller)
Parameters
Fields
Declaration
protected static bool bSizing
Field Value
Declaration
protected CommandBarController cbController
Field Value
Declaration
protected static Cursor crDefault
Field Value
Type |
System.Windows.Forms.Cursor |
Declaration
protected static Point ptStart
Field Value
Type |
System.Drawing.Point |
Declaration
protected static Rectangle rcSizeBounds
Field Value
Type |
System.Drawing.Rectangle |
Declaration
protected static CommandBarResizeType rtSizing
Field Value
Declaration
protected ThemedControlDrawing tdRebar
Field Value
Declaration
protected ThemedControlDrawing tdWindow
Field Value
Properties
Declaration
public static bool Sizing { get; }
Property Value
Methods
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Declaration
public void HandleDoubleClick(Point ptscreen)
Parameters
Type |
Name |
Description |
System.Drawing.Point |
ptscreen |
|
Declaration
public void HandleMouseDown(MouseButtons button, Point ptscreen)
Parameters
Type |
Name |
Description |
System.Windows.Forms.MouseButtons |
button |
|
System.Drawing.Point |
ptscreen |
|
Declaration
public void HandleMouseLeave()
Declaration
public void HandleMouseMove(MouseButtons button, Point ptscreen)
Parameters
Type |
Name |
Description |
System.Windows.Forms.MouseButtons |
button |
|
System.Drawing.Point |
ptscreen |
|
Declaration
public void HandleMouseUp(MouseButtons button, Point ptscreen)
Parameters
Type |
Name |
Description |
System.Windows.Forms.MouseButtons |
button |
|
System.Drawing.Point |
ptscreen |
|
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.MouseEventArgs |
e |
|
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.MouseEventArgs |
e |
|
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.MouseEventArgs |
e |
|
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.PaintEventArgs |
e |
|
Declaration
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Parameters
Type |
Name |
Description |
System.Int32 |
x |
|
System.Int32 |
y |
|
System.Int32 |
width |
|
System.Int32 |
height |
|
System.Windows.Forms.BoundsSpecified |
specified |
|
Declaration
protected override void WndProc(ref Message m)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Message |
m |
|
Implements