C# Class Rubberduck.VBEditor.VBEInterfaces.RubberduckCodePane.CodePaneWrapper

Inheritance: ICodePaneWrapper
Afficher le fichier Open project: retailcoder/Rubberduck

Méthodes publiques

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

Private Methods

Méthode Description
GetSelection ( ) : Selection
SetSelection ( Selection selection ) : void

Method Details

CodePaneWrapper() public méthode

public CodePaneWrapper ( CodePane codePane ) : System
codePane CodePane
Résultat System

ForceFocus() public méthode

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

GetSelection() public méthode

public GetSelection ( int &startLine, int &startColumn, int &endLine, int &endColumn ) : void
startLine int
startColumn int
endLine int
endColumn int
Résultat void

SetSelection() public méthode

public SetSelection ( int startLine, int startColumn, int endLine, int endColumn ) : void
startLine int
startColumn int
endLine int
endColumn int
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void