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
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. |