WinForms

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

    Show / Hide Table of Contents

    Class NavigationPaneDropDownClickEventArgs

    Provides data for the NavigationPaneDropDownClick event.

    Inheritance
    System.Object
    System.EventArgs
    NavigationPaneDropDownClickEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class NavigationPaneDropDownClickEventArgs : EventArgs
    Remarks

    The GroupBar control uses the NavigationPaneDropDownClick event to allow users to cancel or change the context menu displayed when the drop-down button is clicked. NavigationPaneDropDownClickEventHandler

    Constructors

    NavigationPaneDropDownClickEventArgs(IContextMenuProvider)

    Creates a new instance of the NavigationPaneDropDownClickEventArgs class.

    Declaration
    public NavigationPaneDropDownClickEventArgs(IContextMenuProvider provider)
    Parameters
    Type Name Description
    IContextMenuProvider provider

    The IContextMenuProvider implementing the context menu.

    Properties

    ContextMenuProvider

    Returns the menu provider object used by GroupBar for creating its context menu.

    Declaration
    public IContextMenuProvider ContextMenuProvider { get; }
    Property Value
    Type Description
    IContextMenuProvider

    The IContextMenuProvider object.

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