C# 클래스 RevitPythonShell.CompletionToolTip

Display a listbox with a list of completions for a given string.
파일 보기 프로젝트 열기: pterelaos/revitpythonshell 1 사용 예제들

공개 메소드들

메소드 설명
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