Defines where a component is to be attached
Member of Attachment Layout Item (PRIM_ATLI)
Data Type - Enumeration
Defines the position and sizing behavior of the managed control. Processing of each item depends on the setting in the ProcessingOrder of the parent layout manager. Where there is a conflict bewteeen the Sizing and Attachment properties, Attachment will take precedence.
Enum Value | Description |
---|---|
Bottom | Attached to the bottom, fitting the width, leaving the control height unchanged |
Center | Occupies all remaining space |
Left | Attached to the Left, fitting the height, leaving the control width unchanged |
Right | Attached to the top, fitting the height, leaving the control width unchanged |
Top | Attached to the top, fitting the width, leaving the control height unchanged |
Febuary 18 V14SP2