| Einhugur Framework for C++ |
|
ControlAnchor Module
Constants for the SetAnchor function on
Controls.
Constants
AnchorNone = 0x0 | The control is not anchored in any way. |
AnchorLeft = 0x1 | The control is not anchored to the left of its parent. |
AnchorTop = 0x2 | The control is not anchored to top of its parent. |
AnchorRight = 0x4 | The control is not anchored to right of its parent. |
AnchorBottom = 0x8 | The control is not anchored to bottom of its parent. |
AnchorAllDirections = 0xF | The control is not anchored to all directions of its parent. |