Method | Description | |
---|---|---|
ShowTooltip ( string uncompleted, IEnumerable |
Show a listbox with possible completions for the uncompleted string. When the user chooses one and presses enter (or clicks it with the mouse), return the chosen completion. Or, when the user presses escape, then close the window and return null.
|
Method | Description | |
---|---|---|
dialog_KeyDown ( object sender, |
public ShowTooltip ( string uncompleted, IEnumerable |
||
uncompleted | string | |
completions | IEnumerable |
|
location | Point | |
return | string |