C# Class ACPAddIn.PreviewPanel

This is the presentation layer which show the content of the selected text in the auto-complete suggestion box. Author: Ng Chin Hui
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: autocompaste/AutoComPaste

Méthodes publiques

Méthode Description
PreviewPanel ( ) : System
setText ( String text ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

PreviewPanel() public méthode

public PreviewPanel ( ) : System
Résultat System

setText() public méthode

public setText ( String text ) : void
text String
Résultat void