Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Util.Controls.MenuRadioItem<T>

Summary

Encapsulates a menu item that is associated with a value from a specified type, usually an enum. These menu items are intended to be grouped using a MenuRadioGroup<T>.

Generic type parameters

T
  • Must derive from: System.ValueType.
  • Must have a default constructor.
  • Must be a non-nullable value type.
The type of the value associated with this menu item.

Constructors

Initialises a MenuRadioItem<T> instance.

Instance properties

MenuRadioGroup<T>Returns the group to which this menu item belongs, or moves it to a different group.
TReturns the value associated with this menu item.