Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void SetValue(T)

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

TvalueThe value whose associated menu item is to be selected.