RadioTableItem Class
Contains the data model for a ComboTable.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Controls.RadioTableItem
Syntax
public class RadioTableItem : IComparable
public ref class RadioTableItem : IComparable
Public Class RadioTableItem
Implements IComparable
Constructors
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. |
Properties
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. |
Methods
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.) |
Operators
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. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top