public class ListBoxItem : IComparable<ListBoxItem>,
IEquatable<ListBoxItem>Public Class ListBoxItem
Implements IComparable(Of ListBoxItem), IEquatable(Of ListBoxItem)public ref class ListBoxItem : IComparable<ListBoxItem^>,
IEquatable<ListBoxItem^>type ListBoxItem =
class
interface IComparable<ListBoxItem>
interface IEquatable<ListBoxItem>
end| ListBoxItem(String, String, Int32, Int32) | Initializes a new instance of the ListBoxItem class |
| ListBoxItem(String, String, String, Int32, Int32) | Initializes a new instance of the ListBoxItem class |
| Text | Text of the listbox item. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | (Overrides ObjectToString) |
| ArgsCount |
Number of children of the expression component. Can get values:
|
| Description | Description of the listbox item. |
| DrawChildCount | Determines whether to include arguments count of the function to the text of the item or not. |
| ExampleIndex | Index of the example in the array of built-in examples. |
| Name | Name of the listbox item. |
| Title | Title of the listbox item. |
| IComparableListBoxItemCompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
| IEquatableListBoxItemEquals | Indicates whether the current object is equal to another object of the same type. |