Property | Type | Description | |
---|---|---|---|
ImageIndex | int | ||
Tag | object | ||
Text | string |
Method | Description | |
---|---|---|
AutocompleteItem ( ) : System | ||
AutocompleteItem ( string text ) : System | ||
AutocompleteItem ( string text, int imageIndex ) : System | ||
AutocompleteItem ( string text, int imageIndex, string menuText ) : System | ||
AutocompleteItem ( string text, int imageIndex, string menuText, string toolTipTitle, string toolTipText ) : System | ||
Compare ( string fragmentText ) : System.CompareResult |
Compares fragment text with this item
|
|
GetTextForReplace ( ) : string |
Returns text for inserting into Textbox
|
|
OnSelected ( |
This method is called after item inserted into text
|
|
ToString ( ) : string |
Returns text for display into popup menu
|
public AutocompleteItem ( string text ) : System | ||
text | string | |
return | System |
public AutocompleteItem ( string text, int imageIndex ) : System | ||
text | string | |
imageIndex | int | |
return | System |
public AutocompleteItem ( string text, int imageIndex, string menuText ) : System | ||
text | string | |
imageIndex | int | |
menuText | string | |
return | System |
public AutocompleteItem ( string text, int imageIndex, string menuText, string toolTipTitle, string toolTipText ) : System | ||
text | string | |
imageIndex | int | |
menuText | string | |
toolTipTitle | string | |
toolTipText | string | |
return | System |
public Compare ( string fragmentText ) : System.CompareResult | ||
fragmentText | string | |
return | System.CompareResult |
public OnSelected ( |
||
popupMenu | ||
e | ||
return | void |