Menu 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
Menu() | |
Menu(IntPtr) | |
Menu(String) |
Menu()
public:
Menu();
public Menu ();
Public Sub New ()
Applies to
Menu(IntPtr)
public:
Menu(IntPtr ptr1);
public Menu (IntPtr ptr1);
new Dynamics.AX.Application.Menu : nativeint -> Dynamics.AX.Application.Menu
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
Menu(String)
public:
Menu(System::String ^ text1);
public Menu (string text1);
new Dynamics.AX.Application.Menu : string -> Dynamics.AX.Application.Menu
Public Sub New (text1 As String)
Parameters
- text1
- String