PaletteDockingStates Enumerator
Description
Defines the various docking states that a palette can be in.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
Name | Value | Description |
PaletteDockStateBottom | 2 | The palette is docked to the bottom of the main window area. |
PaletteDockStateFloating | 0 | The palette is not docked but is floating. |
PaletteDockStateLeft | 3 | The palette is docked to the left of the main window area. |
PaletteDockStateRight | 4 | The palette is docked to the right of the main window area. |
PaletteDockStateTop | 1 | The palette is docked to the top of the main window area. |