Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Attachment Layout Item - Manage Property

Panel
bgColor#2c3c4c

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