Click or drag to resize

ComboBoxItem Class

List item object
Inheritance Hierarchy
SystemObject
  ABB.Robotics.Tps.Windows.FormsComboBoxItem

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public class ComboBoxItem : ICloneable

The ComboBoxItem type exposes the following members.

Constructors
  NameDescription
Public methodComboBoxItem
Creates instance of ListItem.
Public methodComboBoxItem(String)
Creates instance of ListItem.
Public methodComboBoxItem(String, Object)
Creates instance of MwListItem.
Top
Properties
  NameDescription
Public propertyText
Text of item. This will be displayed in the list.
Public propertyValue
Value associated with item. May be null.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
See Also