DropDownMember Members
Include Protected Members
Include Inherited Members
Represents a single entry in a combo box on a drop-down bar.
The DropDownMember type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the DropDownMember class.
Top
Methods
Name
Description
Overloaded. Compares one DropDownMember to another object.
Determines whether this object equals the specified object. (Overrides Object.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns a hash code value for this DropDownMember object. (Overrides Object.GetHashCode().)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Operators
Name
Description
Determines if two DropDownMember objects are equal.
Determines whether the first DropDownMember is greater than the second DropDownMember.
Determines if two DropDownMember objects are not equal.
Determines whether the first DropDownMember object is less than the second DropDownMember object.
Top
Properties
Name
Description
Gets or sets the font attributes to use for rendering the entry's text.
Gets or sets the image index to associate with the entry's text.
Gets or sets the text to be displayed.
Gets or sets the text span in the source file that corresponds to the entry's text.
Top