C# 클래스 MySql.Data.VisualStudio.Editors.VSCodeEditorWindow

상속: System.Windows.Forms.NativeWindow, System.Windows.Forms.IMessageFilter, IOleCommandTarget, IDisposable
파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

DestroyHandle() 공개 메소드

public DestroyHandle ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Exec() 공개 메소드

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
리턴 int

PreFilterMessage() 공개 메소드

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.
리턴 bool

QueryStatus() 공개 메소드

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
리턴 int

SetFocus() 공개 메소드

public SetFocus ( ) : void
리턴 void

SetWindowPos() 공개 메소드

public SetWindowPos ( Rectangle r ) : void
r System.Drawing.Rectangle
리턴 void

VSCodeEditorWindow() 공개 메소드

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