Share via


xArgs.menuItemName Method

Definition

Overloads

menuItemName()

Gets or sets the name of the menu item to use to start the application object.

menuItemName(String)

menuItemName()

Gets or sets the name of the menu item to use to start the application object.

public:
 virtual System::String ^ menuItemName();
public virtual string menuItemName ();
abstract member menuItemName : unit -> string
override this.menuItemName : unit -> string
Public Overridable Function menuItemName () As String

Returns

The name of the menu item to use to start the application object.

Remarks

For example, to set the menu item you could use the following: xArgs.menuItemName(menuitemdisplaystr(CostingVersionPeriodic));

Applies to

menuItemName(String)

public:
 virtual System::String ^ menuItemName(System::String ^ _value);
public virtual string menuItemName (string _value);
abstract member menuItemName : string -> string
override this.menuItemName : string -> string
Public Overridable Function menuItemName (_value As String) As String

Parameters

_value
String

The value to set; optional.

Returns

Applies to