SPLITNOTIFYCODE Enumeration
Visual Studio 2015
Represents different changes to the splitter.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| SNC_ANCESTORATTACHED | The split pane is attached to its parent. | |
| SNC_ANCESTORDETACHED | The splitter is detached from its parent. | |
| SNC_BEGINSIZE | The initial size of the split pane. | |
| SNC_ENDSIZE | The final size of the split pane. | |
| SNC_LBUTTONDBLCLK | The split pane was double-clicked |
This enumeration is used as a parameter in NotifyPane and NotifyPane.
Show: