C# Класс RevitPythonShell.CompletionToolTip

Display a listbox with a list of completions for a given string.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ShowTooltip ( string uncompleted, IEnumerable completions, Point location ) : string

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.

Приватные методы

Метод Описание
dialog_KeyDown ( object sender, KeyEventArgs e ) : void

Описание методов

ShowTooltip() публичный Метод

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.
public ShowTooltip ( string uncompleted, IEnumerable completions, Point location ) : string
uncompleted string
completions IEnumerable
location Point
Результат string