menu

WinForms

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

    Show / Hide Table of Contents

    Class SubMenuPaintEventArgs

    Inheritance
    System.Object
    SubMenuPaintEventArgs
    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 SubMenuPaintEventArgs

    Constructors

    SubMenuPaintEventArgs(PaintEventArgs, Rectangle, Rectangle)

    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

    Bounds

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

    ItemBounds

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

    PaintEventArgs

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