Edit

Share via


CodePane Interface

Definition

[System.Runtime.InteropServices.Guid("0002E176-0000-0000-C000-000000000046")]
public interface CodePane : Microsoft.Vbe.Interop._CodePane
[<System.Runtime.InteropServices.Guid("0002E176-0000-0000-C000-000000000046")>]
type CodePane = interface
    interface _CodePane
Public Interface CodePane
Implements _CodePane
Derived
Attributes
Implements

Properties

CodeModule (Inherited from _CodePane)
CodePaneView (Inherited from _CodePane)
Collection (Inherited from _CodePane)
CountOfVisibleLines (Inherited from _CodePane)
TopLine (Inherited from _CodePane)
VBE (Inherited from _CodePane)
Window (Inherited from _CodePane)

Methods

GetSelection(Int32, Int32, Int32, Int32) (Inherited from _CodePane)
SetSelection(Int32, Int32, Int32, Int32) (Inherited from _CodePane)
Show() (Inherited from _CodePane)

Applies to