menu

WinForms

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

    Show / Hide Table of Contents

    Class MenuProviderFactory

    Factory class for creating the context menu provider. If the Syncfusion Essential Tools library is present, the MenuProviderFactory will create an instance of the type and if not it returns an instance of the StandardMenusProvider class. IContextMenuProvider

    Inheritance
    System.Object
    MenuProviderFactory
    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
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class MenuProviderFactory

    Constructors

    MenuProviderFactory()

    Declaration
    public MenuProviderFactory()

    Methods

    CreateContextMenuProvider()

    Creates the standard or XPMenus context menu provider.

    Declaration
    public static IContextMenuProvider CreateContextMenuProvider()
    Returns
    Type Description
    IContextMenuProvider

    A IContextMenuProvider instance.

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