menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DockBarPaintEventArgs - API Reference

    Show / Hide Table of Contents

    Class DockBarPaintEventArgs

    Inheritance
    System.Object
    DockBarPaintEventArgs
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DockBarPaintEventArgs

    Constructors

    DockBarPaintEventArgs(PaintEventArgs, CommandBarDockBorder, Rectangle)

    Declaration
    public DockBarPaintEventArgs(PaintEventArgs args, CommandBarDockBorder border, Rectangle bounds)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs args
    CommandBarDockBorder border
    System.Drawing.Rectangle bounds

    Properties

    Border

    Gets the Command bar dock border

    Declaration
    public CommandBarDockBorder Border { get; }
    Property Value
    Type Description
    CommandBarDockBorder

    Bounds

    Gets the control bounds

    Declaration
    public Rectangle Bounds { get; }
    Property Value
    Type Description
    System.Drawing.Rectangle

    PaintEventArgs

    Gets the PaintEventArgs

    Declaration
    public PaintEventArgs PaintEventArgs { get; }
    Property Value
    Type Description
    System.Windows.Forms.PaintEventArgs
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved