Attachment Layout Item - Manage Property

Reference to the component to be managed

Member of Attachment Layout Item (PRIM_ATLI)

Data Type - PRIM_CTRL - Base class for all visual controls

Details

Reference to the control that will be manipulated by the layout item.
 
The IDE will manage layout definition through the use of the designer. This code is provided for reference purposes.

Example

Simple attachment layout with panel occupying the Top portion of the caontainer.
Define_Com Class(#PRIM_ATLM) Name(#AttachLayout1)
Define_Com Class(#PRIM_ATLI) Name(#AttachItem1) Attachment(Top) Manage(#Panel) Parent(#AttachLayout1)

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2