C# Class MySql.Data.VisualStudio.Editors.VSCodeEditorUserControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Init ( Microsoft.VisualStudio.Shell.ServiceProvider serviceProvider, SqlEditor Editor ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
IsInputKey ( Keys keyData ) : bool
OnGotFocus ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Init() public méthode

public Init ( Microsoft.VisualStudio.Shell.ServiceProvider serviceProvider, SqlEditor Editor ) : void
serviceProvider Microsoft.VisualStudio.Shell.ServiceProvider
Editor SqlEditor
Résultat void

IsInputKey() protected méthode

protected IsInputKey ( Keys keyData ) : bool
keyData Keys
Résultat bool

OnGotFocus() protected méthode

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

OnSizeChanged() protected méthode

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