PANETYPE Enumeration

Specifies the pane to get with GetPane calls.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Public Enumeration PANETYPE
public enum PANETYPE
public enum class PANETYPE
type PANETYPE
public enum PANETYPE

Members

Member name Description
GP_FOCUS Pane with focus.
GP_NEXT Next pane.
GP_PREV Previous pane.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace