C# Class ARCed.Scintilla.SnippetChooser

Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Méthodes publiques

Méthode Description
SetPosition ( ) : void
SnippetChooser ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCreateControl ( ) : void
OnLeave ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

SnippetChooser_Load ( object sender, EventArgs e ) : void
TextSnippetDocumentChange ( object sender, NativeScintillaEventArgs e ) : void
txtSnippet_AutoCompleteAccepted ( object sender, AutoCompleteAcceptedEventArgs e ) : void
txtSnippet_KeyDown ( object sender, KeyEventArgs e ) : void

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

OnCreateControl() protected méthode

protected OnCreateControl ( ) : void
Résultat void

OnLeave() protected méthode

protected OnLeave ( EventArgs e ) : void
e EventArgs
Résultat void

OnVisibleChanged() protected méthode

protected OnVisibleChanged ( EventArgs e ) : void
e EventArgs
Résultat void

SetPosition() public méthode

public SetPosition ( ) : void
Résultat void

SnippetChooser() public méthode

public SnippetChooser ( ) : System
Résultat System