PaletteDockingOptions Enumerator
Description
Defines the different options available when docking a palette to the Fusion main window area.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
| Name | Value | Description |
| PaletteDockOptionsNone | 0 | Specifies the palette cannot be docked to the Fusion main window area. |
| PaletteDockOptionsToHorizontalOnly | 2 | Specifies that the palette can only be docked to the top and bottom of the Fusion main window area. |
| PaletteDockOptionsToVerticalAndHorizontal | 3 | Specifies that the palette can be docked to the sides, top, or bottom of the Fusion main window area. |
| PaletteDockOptionsToVerticalOnly | 1 | Specifies that the palette can only be docked to the sides of the Fusion main window area. |
