WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommandBarForm

    Show / Hide Table of Contents

    Class CommandBarForm

    Inheritance
    System.Object
    CommandBarForm
    Implements
    ICommandBarDesignerMouseHook
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class CommandBarForm : Form, ICommandBarDesignerMouseHook

    Constructors

    CommandBarForm(CommandBarController)

    Declaration
    public CommandBarForm(CommandBarController controller)
    Parameters
    Type Name Description
    CommandBarController controller

    Fields

    bSizing

    Declaration
    protected static bool bSizing
    Field Value
    Type Description
    System.Boolean

    cbController

    Declaration
    protected CommandBarController cbController
    Field Value
    Type Description
    CommandBarController

    crDefault

    Declaration
    protected static Cursor crDefault
    Field Value
    Type Description
    System.Windows.Forms.Cursor

    ptStart

    Declaration
    protected static Point ptStart
    Field Value
    Type Description
    System.Drawing.Point

    rcSizeBounds

    Declaration
    protected static Rectangle rcSizeBounds
    Field Value
    Type Description
    System.Drawing.Rectangle

    rtSizing

    Declaration
    protected static CommandBarResizeType rtSizing
    Field Value
    Type Description
    CommandBarResizeType

    tdRebar

    Declaration
    protected ThemedControlDrawing tdRebar
    Field Value
    Type Description
    ThemedControlDrawing

    tdWindow

    Declaration
    protected ThemedControlDrawing tdWindow
    Field Value
    Type Description
    ThemedControlDrawing

    Properties

    Sizing

    Declaration
    public static bool Sizing { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    HandleDoubleClick(Point)

    Declaration
    public void HandleDoubleClick(Point ptscreen)
    Parameters
    Type Name Description
    System.Drawing.Point ptscreen

    HandleMouseDown(MouseButtons, Point)

    Declaration
    public void HandleMouseDown(MouseButtons button, Point ptscreen)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseButtons button
    System.Drawing.Point ptscreen

    HandleMouseLeave()

    Declaration
    public void HandleMouseLeave()

    HandleMouseMove(MouseButtons, Point)

    Declaration
    public void HandleMouseMove(MouseButtons button, Point ptscreen)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseButtons button
    System.Drawing.Point ptscreen

    HandleMouseUp(MouseButtons, Point)

    Declaration
    public void HandleMouseUp(MouseButtons button, Point ptscreen)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseButtons button
    System.Drawing.Point ptscreen

    OnMouseDown(MouseEventArgs)

    Declaration
    protected override void OnMouseDown(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseEventArgs e

    OnMouseLeave(EventArgs)

    Declaration
    protected override void OnMouseLeave(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnMouseMove(MouseEventArgs)

    Declaration
    protected override void OnMouseMove(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseEventArgs e

    OnMouseUp(MouseEventArgs)

    Declaration
    protected override void OnMouseUp(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseEventArgs e

    OnPaint(PaintEventArgs)

    Declaration
    protected override void OnPaint(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e

    SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)

    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

    WndProc(ref Message)

    Declaration
    protected override void WndProc(ref Message m)
    Parameters
    Type Name Description
    System.Windows.Forms.Message m

    Implements

    ICommandBarDesignerMouseHook
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved