xArgs.menuItemType 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
menuItemType() |
Gets or sets the type of the menu item to use to start the called application object. |
menuItemType(MenuItemType) |
menuItemType()
Gets or sets the type of the menu item to use to start the called application object.
public:
virtual Dynamics::AX::Application::MenuItemType menuItemType();
public virtual Dynamics.AX.Application.MenuItemType menuItemType ();
abstract member menuItemType : unit -> Dynamics.AX.Application.MenuItemType
override this.menuItemType : unit -> Dynamics.AX.Application.MenuItemType
Public Overridable Function menuItemType () As MenuItemType
Returns
The type of the menu item to use to start the called application object.
Remarks
The menu item type will be one of the Display, Output, or Action enumeration values.
Applies to
menuItemType(MenuItemType)
public:
virtual Dynamics::AX::Application::MenuItemType menuItemType(Dynamics::AX::Application::MenuItemType _value);
public virtual Dynamics.AX.Application.MenuItemType menuItemType (Dynamics.AX.Application.MenuItemType _value);
abstract member menuItemType : Dynamics.AX.Application.MenuItemType -> Dynamics.AX.Application.MenuItemType
override this.menuItemType : Dynamics.AX.Application.MenuItemType -> Dynamics.AX.Application.MenuItemType
Public Overridable Function menuItemType (_value As MenuItemType) As MenuItemType
Parameters
- _value
- MenuItemType
The value to set; optional.