Values used with __Anchor property

DEF ENUM enumeration name KCML_CONTROL_ANCHOR_ENUM

Enumeration ValueValueDescription
_ANCHOR_TOP0x1Preserve distance between control and top of form
_ANCHOR_LEFT0x2Preserve distance between control and left of form
_ANCHOR_RIGHT0x4Preserve distance between control and right of form
_ANCHOR_BOTTOM0x8Preserve distance between control and bottom of form
_ANCHOR_SCALE0x10Scale control with form

Back to the list of Enumerations and Constants