WindowPane.PaneInitializationMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the possible initialization states for a WindowPane object.
protected: enum class WindowPane::PaneInitializationMode
protected: enum class WindowPane::PaneInitializationMode
enum WindowPane::PaneInitializationMode
protected enum WindowPane.PaneInitializationMode
Protected Enum WindowPane.PaneInitializationMode
- Inheritance
-
WindowPane.PaneInitializationMode
Fields
Name | Value | Description |
---|---|---|
Uninitialized | 0 | The window pane is not initialized. |
IVsWindowPane | 1 | The window pane was initialized with CreatePaneWindow(IntPtr, Int32, Int32, Int32, Int32, IntPtr). |
IVsUIElementPane | 2 | The window pane was initialized with CreateUIElementPane(Object). |