C# Класс Rubberduck.VBEditor.VBEInterfaces.RubberduckCodePane.CodePaneWrapper

Наследование: ICodePaneWrapper
Показать файл Открыть проект

Открытые методы

Метод Описание
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