menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PopupItemPaintEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PopupItemPaintEventArgs

    Inheritance
    System.Object
    System.EventArgs
    PopupItemPaintEventArgs
    Inherited Members
    System.EventArgs.Empty
    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 PopupItemPaintEventArgs : EventArgs

    Constructors

    PopupItemPaintEventArgs(Graphics, Rectangle, Boolean, DrawElement, GridStyleInfo)

    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

    Bounds

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

    Element

    Declaration
    public DrawElement Element { get; }
    Property Value
    Type
    DrawElement

    Graphics

    Declaration
    public Graphics Graphics { get; }
    Property Value
    Type
    System.Drawing.Graphics

    Handled

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean

    Selected

    Declaration
    public bool Selected { get; set; }
    Property Value
    Type
    System.Boolean

    Style

    Declaration
    public GridStyleInfo Style { get; }
    Property Value
    Type
    GridStyleInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved