menu

WinForms

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

    Show / Hide Table of Contents

    Class GraphicCellContextMenuOpeningEventArgs

    Event Handler to Handle the GraphicCellContextMenuOpening Event which can be marked as Handled.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionHandledEventArgs
    GraphicCellContextMenuOpeningEventArgs
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    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.Spreadsheet.GraphicCells
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public sealed class GraphicCellContextMenuOpeningEventArgs : SyncfusionHandledEventArgs

    Constructors

    GraphicCellContextMenuOpeningEventArgs(IShape)

    Initializes a new instance of the GraphicCellContextMenuOpeningEventArgsclass.

    Declaration
    public GraphicCellContextMenuOpeningEventArgs(IShape Shape)
    Parameters
    Type Name Description
    IShape Shape

    An instance of IShape

    Properties

    GraphicContextMenu

    Gets or sets the Context Menu items for GraphicCells

    Declaration
    public ContextMenuStrip GraphicContextMenu { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.ContextMenuStrip

    An instance of System.Windows.Forms.ContextMenu.

    Shape

    Gets Shape of the cell.

    Declaration
    public IShape Shape { get; }
    Property Value
    Type Description
    IShape

    An instance of IShape.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved