Share via


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
System_CAPS_pubmethod RadioTableItem(String, Int32)

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

System_CAPS_pubmethod 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.

System_CAPS_pubmethod RadioTableItem(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_pubmethod 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
System_CAPS_pubproperty Bolded

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

System_CAPS_pubproperty Choice

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

System_CAPS_pubproperty Enabled

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

System_CAPS_pubproperty Icon

Gets or sets the icon for the radio table item.

System_CAPS_pubproperty Name

Gets or sets the name of the radio table item.

System_CAPS_pubproperty Tag

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

Methods

Name Description
System_CAPS_pubmethod CompareTo(Object)

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

System_CAPS_pubmethod Equals(Object)

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

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

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

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Equality(RadioTableItem, RadioTableItem)

Determines whether two radio table items have equivalent values.

System_CAPS_puboperatorSystem_CAPS_static GreaterThan(RadioTableItem, RadioTableItem)

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

System_CAPS_puboperatorSystem_CAPS_static Inequality(RadioTableItem, RadioTableItem)

Determines whether two radio table items have different values.

System_CAPS_puboperatorSystem_CAPS_static 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