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

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: Top-Cat/SteamBot Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Init ( Microsoft.VisualStudio.Shell.ServiceProvider serviceProvider, SqlEditor Editor ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
IsInputKey ( Keys keyData ) : bool
OnGotFocus ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Init() public method

public Init ( Microsoft.VisualStudio.Shell.ServiceProvider serviceProvider, SqlEditor Editor ) : void
serviceProvider Microsoft.VisualStudio.Shell.ServiceProvider
Editor SqlEditor
return void

IsInputKey() protected method

protected IsInputKey ( Keys keyData ) : bool
keyData Keys
return bool

OnGotFocus() protected method

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

OnSizeChanged() protected method

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