Declaration
public void SetValue(
T value
)
Summary
Causes the menu item with the specified value to become the selected one.
If no menu item in the group is associated with the specified value, nothing happens.
If more than one menu item in the group is associated with the same value, the
behaviour is undefined.
Parameters
T | value | The value whose associated menu item is to be selected. |