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