alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SubMenuPaintEventArgs

    Inheritance
    System.Object
    SubMenuPaintEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class SubMenuPaintEventArgs : Object

    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 - 2026 Syncfusion Inc. All Rights Reserved