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 | |
---|---|---|
DropDownMember | Initializes a new instance of the DropDownMember class. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo(Object) | Compares this object to the specified object. | |
CompareTo(Object, StringComparison) | Compares one CompareTo to another with the given string comparison. | |
Equals | Determines whether this object equals the specified object. (Overrides Object.Equals(Object).) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Returns a hash code value for this DropDownMember object. (Overrides Object.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Determines if two DropDownMember objects are equal. | |
GreaterThan | Determines whether the first DropDownMember is greater than the second DropDownMember. | |
Inequality | Determines if two DropDownMember objects are not equal. | |
LessThan | Determines whether the first DropDownMember object is less than the second DropDownMember object. |
Top
Properties
Name | Description | |
---|---|---|
FontAttr | Gets or sets the font attributes to use for rendering the entry's text. | |
Glyph | Gets or sets the image index to associate with the entry's text. | |
Label | Gets or sets the text to be displayed. | |
Span | Gets or sets the text span in the source file that corresponds to the entry's text. |
Top