Property | Type | Description | |
---|---|---|---|
InsertText | string | ||
Text | string | ||
ToolTip | string | ||
Type | int |
Method | Description | |
---|---|---|
CompareTo ( object obj ) : int |
|
|
ListItem ( string text, int type ) : System |
ListItem constructor , takes text and type as parameters
|
|
ListItem ( string text, int type, string tooltip ) : System |
ListItem constructor , takes text , type and tooltip text as parameters
|
|
ListItem ( string text, int type, string tooltip, string inserttext ) : System |
ListItem constructor , takes text , type , tooltip text and insert text as parameters
|
|
ToString ( ) : string |
|
public ListItem ( string text, int type ) : System | ||
text | string | The text that should be assigned to the ListItem |
type | int | The type of the ListItem |
return | System |
public ListItem ( string text, int type, string tooltip ) : System | ||
text | string | The text that should be assigned to the ListItem |
type | int | The type of the ListItem |
tooltip | string | The tooltip text that should be assigned to the ListItem |
return | System |
public ListItem ( string text, int type, string tooltip, string inserttext ) : System | ||
text | string | The text that should be assigned to the ListItem |
type | int | The type of the ListItem |
tooltip | string | The tooltip text that should be assigned to the ListItem |
inserttext | string | The text that should be inserted into the text when this item is selected |
return | System |