xMenuFunction Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
xMenuFunction() | |
xMenuFunction(IntPtr) | |
xMenuFunction(String, MenuItemType) |
xMenuFunction()
public:
xMenuFunction();
public xMenuFunction ();
Public Sub New ()
Applies to
xMenuFunction(IntPtr)
public:
xMenuFunction(IntPtr ptr1);
public xMenuFunction (IntPtr ptr1);
new Dynamics.AX.Application.xMenuFunction : nativeint -> Dynamics.AX.Application.xMenuFunction
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
xMenuFunction(String, MenuItemType)
public:
xMenuFunction(System::String ^ text1, Dynamics::AX::Application::MenuItemType type1);
public xMenuFunction (string text1, Dynamics.AX.Application.MenuItemType type1);
new Dynamics.AX.Application.xMenuFunction : string * Dynamics.AX.Application.MenuItemType -> Dynamics.AX.Application.xMenuFunction
Public Sub New (text1 As String, type1 As MenuItemType)
Parameters
- text1
- String
- type1
- MenuItemType