C# Class RevitPythonShell.CompletionToolTip.CompletionToolTipWindow

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: pterelaos/revitpythonshell

Public Methods

Method Description
CompletionToolTipWindow ( ListBox completions ) : System

Protected Methods

Method Description
OnShown ( EventArgs e ) : void

Method Details

CompletionToolTipWindow() public method

public CompletionToolTipWindow ( ListBox completions ) : System
completions System.Windows.Forms.ListBox
return System

OnShown() protected method

protected OnShown ( EventArgs e ) : void
e System.EventArgs
return void