Inheritance
System.Object
SubMenuPaintEventArgs
Assembly: Syncfusion.Tools.Windows.dll
public class SubMenuPaintEventArgs : Object
Constructors
Declaration
public SubMenuPaintEventArgs(PaintEventArgs args, Rectangle bgBounds, Rectangle itemBounds)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.PaintEventArgs |
args |
|
| System.Drawing.Rectangle |
bgBounds |
|
| System.Drawing.Rectangle |
itemBounds |
|
Properties
Declaration
public Rectangle Bounds { get; }
Property Value
| Type |
| System.Drawing.Rectangle |
Declaration
public Rectangle ItemBounds { get; }
Property Value
| Type |
| System.Drawing.Rectangle |
Declaration
public PaintEventArgs PaintEventArgs { get; }
Property Value
| Type |
| System.Windows.Forms.PaintEventArgs |