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

Inheritance: System.Windows.Forms.NativeWindow, System.Windows.Forms.IMessageFilter, IOleCommandTarget, IDisposable
Datei anzeigen Open project: Top-Cat/SteamBot Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DestroyHandle ( ) : void
Dispose ( ) : void
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int

Executes a specified command or displays help for a command.

PreFilterMessage ( Message &m ) : bool

Filters out a message before it is dispatched

QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int

Queries the object for the status of one or more commands generated by user interface events.

SetFocus ( ) : void
SetWindowPos ( Rectangle r ) : void
VSCodeEditorWindow ( ServiceBroker sb, UserControl parent ) : System

Method Details

DestroyHandle() public method

public DestroyHandle ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Exec() public method

Executes a specified command or displays help for a command.
public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
pguidCmdGroup System.Guid Pointer to command group
nCmdID uint Identifier of command to execute
nCmdexecopt uint Options for executing the command
pvaIn System.IntPtr Pointer to input arguments
pvaOut System.IntPtr Pointer to command output
return int

PreFilterMessage() public method

Filters out a message before it is dispatched
public PreFilterMessage ( Message &m ) : bool
m System.Windows.Forms.Message The message to be dispatched. You cannot modify this message.
return bool

QueryStatus() public method

Queries the object for the status of one or more commands generated by user interface events.
public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int
pguidCmdGroup System.Guid Pointer to command group
cCmds uint Number of commands in prgCmds array
prgCmds OLECMD Array of commands
pCmdText System.IntPtr Pointer to name or status of command
return int

SetFocus() public method

public SetFocus ( ) : void
return void

SetWindowPos() public method

public SetWindowPos ( Rectangle r ) : void
r System.Drawing.Rectangle
return void

VSCodeEditorWindow() public method

public VSCodeEditorWindow ( ServiceBroker sb, UserControl parent ) : System
sb ServiceBroker
parent System.Windows.Forms.UserControl
return System