SPLITFLAGS Enumeration

 

Specifies how a window pane is to be split.

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

[FlagsAttribute]
public enum SPLITFLAGS

Member nameDescription
SF_ADJUSTABLE

Split pane is adjustable. (default)

SF_FIXED

Split pane is fixed.

SF_HORIZONTAL

Split is horizontal. (default)

SF_MAKEPRIMARY

Split pane is the primary pane.

SF_MAKESECONDARY

Split pane is the secondary pane. (default)

SF_VERTICAL

Split is vertical.

From textmgr.idl:

Return to top
Show: