MsoCTPDockPositionRestrict Enumeration
Specifies retrictions on the docking behavior of the custom task pane.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoCTPDockPositionRestrict
'Usage
Dim instance As MsoCTPDockPositionRestrict
public enum MsoCTPDockPositionRestrict
Members
Member name | Description | |
---|---|---|
msoCTPDockPositionRestrictNone | No restrictions on docking the task pane. | |
msoCTPDockPositionRestrictNoChange | There is no change from the current restriction setting for the task pane. | |
msoCTPDockPositionRestrictNoHorizontal | Task pane can't be docked to either the right or the left side of the document window. | |
msoCTPDockPositionRestrictNoVertical | Task pane can't be docked to either the top or the bottom of the document window. |