Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: MenuRadioItem<T> GetItemFromValue(T)

Declaration

public MenuRadioItem<T> GetItemFromValue(
    T value
)

Summary

Returns the menu item associated with the specified value, or null if no menu item in the group is associated with the specified value.

Parameters

TvalueThe value for which to find the menu item.