RadioTableItem Class
Contains the data model for a ComboTable.
Assembly: AdminCommon (in AdminCommon.dll)
| Name | Description | |
|---|---|---|
![]() | RadioTableItem(String^, Int32) | Initializes a new instance of the RadioTableItem class with the name and the choice number for the radio table item. |
![]() | RadioTableItem(String^, Int32, Image^) | Initializes a new instance of the RadioTableItem class with the name, choice number, data, and icon for the radio table item. |
![]() | RadioTableItem(String^, Int32, String^) | Initializes a new instance of the RadioTableItem class with the name, choice number, and data for the radio table item. |
![]() | RadioTableItem(String^, Int32, String^, Image^) | Initializes a new instance of the RadioTableItem class with the name, choice number, data, and icon for the radio table item. |
| Name | Description | |
|---|---|---|
![]() | Bolded | Gets or sets a value that indicates whether the text of the radio table item is bold. |
![]() | Choice | Gets or sets the choice number of the radio table item. |
![]() | Enabled | Gets or sets a value that indicates whether the radio table item is enabled. |
![]() | Icon | Gets or sets the icon for the radio table item. |
![]() | Name | Gets or sets the name of the radio table item. |
![]() | Tag | Gets or sets the object that is related to the radio table item. |
| Name | Description | |
|---|---|---|
![]() | CompareTo(Object^) | Compares the current radio table item to the specified radio table item. |
![]() | Equals(Object^) | Determines whether the current radio table item is equal to the specified radio table item.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Retrieves the hash code for the radio table item (using the hash code of the Name property).(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(RadioTableItem^, RadioTableItem^) | Determines whether two radio table items have equivalent values. |
![]() ![]() | GreaterThan(RadioTableItem^, RadioTableItem^) | Determines whether the first specified radio table item is greater than the second specified radio table item. |
![]() ![]() | Inequality(RadioTableItem^, RadioTableItem^) | Determines whether two radio table items have different values. |
![]() ![]() | LessThan(RadioTableItem^, RadioTableItem^) | Determines whether the first specified radio table item is less than the second specified radio table item. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




