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)

public enum PANETYPE

Member nameDescription
GP_FOCUS

Pane with focus.

GP_NEXT

Next pane.

GP_PREV

Previous pane.

From textmgr.idl:

Return to top
Show: