Menu.parameters Method

Gets or sets the list of parameters that are passed to objects taht are run by the MenuFunction class.

Syntax

public str parameters([str value])

Run On

Called

Parameters

  • value
    Type: str

Return Value

Type: str
The list of parameters that are passed to the object.

Remarks

The parameters string format is Parameter1=Value1, Parameter2=Value2, and so on.cts ignore passed, unrecognized parameters.

See Also

Reference

Menu Class