C# 클래스 Rubberduck.VBEditor.VBEInterfaces.RubberduckCodePane.CodePaneWrapper

상속: ICodePaneWrapper
파일 보기 프로젝트 열기: retailcoder/Rubberduck

공개 메소드들

메소드 설명
CodePaneWrapper ( CodePane codePane ) : System
ForceFocus ( ) : void

A CodePane extension method that forces focus onto the CodePane. This patches a bug in VBE.Interop.

GetSelection ( int &startLine, int &startColumn, int &endLine, int &endColumn ) : void
SetSelection ( int startLine, int startColumn, int endLine, int endColumn ) : void
Show ( ) : void

비공개 메소드들

메소드 설명
GetSelection ( ) : Selection
SetSelection ( Selection selection ) : void

메소드 상세

CodePaneWrapper() 공개 메소드

public CodePaneWrapper ( CodePane codePane ) : System
codePane CodePane
리턴 System

ForceFocus() 공개 메소드

A CodePane extension method that forces focus onto the CodePane. This patches a bug in VBE.Interop.
public ForceFocus ( ) : void
리턴 void

GetSelection() 공개 메소드

public GetSelection ( int &startLine, int &startColumn, int &endLine, int &endColumn ) : void
startLine int
startColumn int
endLine int
endColumn int
리턴 void

SetSelection() 공개 메소드

public SetSelection ( int startLine, int startColumn, int endLine, int endColumn ) : void
startLine int
startColumn int
endLine int
endColumn int
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void