RadioTableItem Class

 

Contains the data model for a ComboTable.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

System::Object
  Microsoft.WindowsServerSolutions.Controls::RadioTableItem

public ref class RadioTableItem : IComparable

NameDescription
System_CAPS_pubmethodRadioTableItem(String^, Int32)

Initializes a new instance of the RadioTableItem class with the name and the choice number for the radio table item.

System_CAPS_pubmethodRadioTableItem(String^, Int32, Image^)

Initializes a new instance of the RadioTableItem class with the name, choice number, data, and icon for the radio table item.

System_CAPS_pubmethodRadioTableItem(String^, Int32, String^)

Initializes a new instance of the RadioTableItem class with the name, choice number, and data for the radio table item.

System_CAPS_pubmethodRadioTableItem(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.

NameDescription
System_CAPS_pubpropertyBolded

Gets or sets a value that indicates whether the text of the radio table item is bold.

System_CAPS_pubpropertyChoice

Gets or sets the choice number of the radio table item.

System_CAPS_pubpropertyEnabled

Gets or sets a value that indicates whether the radio table item is enabled.

System_CAPS_pubpropertyIcon

Gets or sets the icon for the radio table item.

System_CAPS_pubpropertyName

Gets or sets the name of the radio table item.

System_CAPS_pubpropertyTag

Gets or sets the object that is related to the radio table item.

NameDescription
System_CAPS_pubmethodCompareTo(Object^)

Compares the current radio table item to the specified radio table item.

System_CAPS_pubmethodEquals(Object^)

Determines whether the current radio table item is equal to the specified radio table item.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Retrieves the hash code for the radio table item (using the hash code of the Name property).(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(RadioTableItem^, RadioTableItem^)

Determines whether two radio table items have equivalent values.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThan(RadioTableItem^, RadioTableItem^)

Determines whether the first specified radio table item is greater than the second specified radio table item.

System_CAPS_puboperatorSystem_CAPS_staticInequality(RadioTableItem^, RadioTableItem^)

Determines whether two radio table items have different values.

System_CAPS_puboperatorSystem_CAPS_staticLessThan(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.

Return to top

Community Additions

ADD
Show: