C# Class RevitPythonShell.CompletionToolTip.CompletionToolTipWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: pterelaos/revitpythonshell

Méthodes publiques

Méthode Description
CompletionToolTipWindow ( ListBox completions ) : System

Méthodes protégées

Méthode Description
OnShown ( EventArgs e ) : void

Method Details

CompletionToolTipWindow() public méthode

public CompletionToolTipWindow ( ListBox completions ) : System
completions System.Windows.Forms.ListBox
Résultat System

OnShown() protected méthode

protected OnShown ( EventArgs e ) : void
e System.EventArgs
Résultat void