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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public DestroyHandle ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Exec() public méthode

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
Résultat int

PreFilterMessage() public méthode

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.
Résultat bool

QueryStatus() public méthode

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
Résultat int

SetFocus() public méthode

public SetFocus ( ) : void
Résultat void

SetWindowPos() public méthode

public SetWindowPos ( Rectangle r ) : void
r System.Drawing.Rectangle
Résultat void

VSCodeEditorWindow() public méthode

public VSCodeEditorWindow ( ServiceBroker sb, UserControl parent ) : System
sb ServiceBroker
parent System.Windows.Forms.UserControl
Résultat System