Inheritance
System.Object
PopupItemPaintEventArgs
Assembly: Syncfusion.Tools.Windows.dll
public class PopupItemPaintEventArgs : EventArgs
Constructors
Declaration
public PopupItemPaintEventArgs(Graphics g, Rectangle bounds, bool selected, DrawElement element, GridStyleInfo style)
Parameters
| Type |
Name |
Description |
| System.Drawing.Graphics |
g |
|
| System.Drawing.Rectangle |
bounds |
|
| System.Boolean |
selected |
|
| DrawElement |
element |
|
| GridStyleInfo |
style |
|
Properties
Declaration
public virtual Rectangle Bounds { get; }
Property Value
| Type |
| System.Drawing.Rectangle |
Declaration
public DrawElement Element { get; }
Property Value
Declaration
public Graphics Graphics { get; }
Property Value
| Type |
| System.Drawing.Graphics |
Declaration
public bool Handled { get; set; }
Property Value
Declaration
public bool Selected { get; set; }
Property Value
Declaration
public GridStyleInfo Style { get; }
Property Value