SetItemValue Method
Set value in the menuitem's text field.

C# Syntax

void SetItemValue( 
   string path,
   string value
)

Parameters

path
Path to the menu item.
value
Value to enter in the menu item's text field.