MsoCTPDockPositionRestrict 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.
Specifies retrictions on the docking behavior of the custom task pane.
public enum class MsoCTPDockPositionRestrict
public enum MsoCTPDockPositionRestrict
type MsoCTPDockPositionRestrict =
Public Enum MsoCTPDockPositionRestrict
- Inheritance
-
MsoCTPDockPositionRestrict
Fields
Name | Value | Description |
---|---|---|
msoCTPDockPositionRestrictNone | 0 | No restrictions on docking the task pane. |
msoCTPDockPositionRestrictNoChange | 1 | There is no change from the current restriction setting for the task pane. |
msoCTPDockPositionRestrictNoHorizontal | 2 | Task pane can't be docked to either the right or the left side of the document window. |
msoCTPDockPositionRestrictNoVertical | 3 | Task pane can't be docked to either the top or the bottom of the document window. |