xMenuFunction.runCalled Method
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
runCalled(String, MenuItemType) | |
runCalled(String, MenuItemType, Boolean) | |
runCalled(String, MenuItemType, Boolean, xArgs) |
runCalled(String, MenuItemType)
public:
static void runCalled(System::String ^ text1, Dynamics::AX::Application::MenuItemType type1);
public static void runCalled (string text1, Dynamics.AX.Application.MenuItemType type1);
static member runCalled : string * Dynamics.AX.Application.MenuItemType -> unit
Public Shared Sub runCalled (text1 As String, type1 As MenuItemType)
Parameters
- text1
- String
- type1
- MenuItemType
Applies to
runCalled(String, MenuItemType, Boolean)
public:
static void runCalled(System::String ^ text1, Dynamics::AX::Application::MenuItemType type1, bool flag1);
public static void runCalled (string text1, Dynamics.AX.Application.MenuItemType type1, bool flag1);
static member runCalled : string * Dynamics.AX.Application.MenuItemType * bool -> unit
Public Shared Sub runCalled (text1 As String, type1 As MenuItemType, flag1 As Boolean)
Parameters
- text1
- String
- type1
- MenuItemType
- flag1
- Boolean
Applies to
runCalled(String, MenuItemType, Boolean, xArgs)
public:
static void runCalled(System::String ^ _Name, Dynamics::AX::Application::MenuItemType _type, bool _setContextMenu, Dynamics::AX::Application::xArgs ^ _args);
public static void runCalled (string _Name, Dynamics.AX.Application.MenuItemType _type, bool _setContextMenu, Dynamics.AX.Application.xArgs _args);
static member runCalled : string * Dynamics.AX.Application.MenuItemType * bool * Dynamics.AX.Application.xArgs -> unit
Public Shared Sub runCalled (_Name As String, _type As MenuItemType, _setContextMenu As Boolean, _args As xArgs)
Parameters
- _Name
- String
- _type
- MenuItemType
- _setContextMenu
- Boolean
- _args
- xArgs