Share

DockPos

C++

enum DockPos {
  Floating = -1,
  Left = 0xe81c,
  Right = 0xe81d
};

File

acpp.h

Members

Members Description
Floating Indicates that the Property Palette dialog box is floating
Left Indicates that the Property Palette dialog box is docked on the left side of the AutoCAD editing window
Right Indicates that the Property Palette dialog box is docked on the right side of the AutoCAD editing window

Description

Enumerates possible docking positions for the Property Palette dialog.

Was this information helpful?