Class DockBarPaintEventArgs
Inheritance
System.Object
DockBarPaintEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
CommandBarDockBorder |
Bounds
Gets the control bounds
Declaration
public Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
PaintEventArgs
Gets the PaintEventArgs
Declaration
public PaintEventArgs PaintEventArgs { get; }
Property Value
Type |
---|
System.Windows.Forms.PaintEventArgs |