CodePane Object

Description

Represents a code pane.

Remarks

Use the CodePane object to manipulate the position of visible text or the text selection displayed in the code pane.

You can use the Show method to make the code pane you specify visible. Use the SetSelection method to set the selection in a code pane and the GetSelection method to return the location of the selection in a code pane.

Properties

CodeModule property, CodePaneView property, Collection property, CountOfVisibleLines property, TopLine property, VBE property, Window property.

Methods

GetSelection method, SetSelection method, Show method.

See Also

CodeModule object, CodePanes collection.