List of CUI Frame Position Types

3DS Max Plug-In SDK

List of CUI Frame Position Types

See Also: Class ICUIFrame.

One or more of the following flag values (which may be ORed together, as in CUI_HORIZ_DOCK | CUI_VERT_DOCK | CUI_FLOATABLE | CUI_SM_HANDLES):

CUI_TOP_DOCK

May be docked at the top.

CUI_BOTTOM_DOCK

May be docked at the bottom.

CUI_LEFT_DOCK

May be docked on the left.

CUI_RIGHT_DOCK

May be docked on the right.

The flags below are combinations of those above:

CUI_ALL_DOCK

May be docked in any of the positions above (same as

(CUI_TOP_DOCK|CUI_BOTTOM_DOCK|CUI_LEFT_DOCK|CUI_RIGHT_DOCK)).

CUI_HORIZ_DOCK

May be docked at the top or the bottom.

(CUI_TOP_DOCK|CUI_BOTTOM_DOCK)

CUI_VERT_DOCK

May be docked at the left or the right.

(CUI_LEFT_DOCK|CUI_RIGHT_DOCK)

The flags below control if the frame may be floated, connected, or should display handles:

CUI_FLOATABLE

The frame may be floated.

CUI_FLOATING

This is a synonym for CUI_FLOATING above.

CUI_CONNECTABLE

This is not currently implemented.

CUI_SM_HANDLES

Set this flag if frame should display size/move handles and it is resized/moved.