Split Layout Item - Manage Property

Defines the visual component to be managed

Member of Split Layout Item (PRIM_SPLI)

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 vertical split layout dividing the control in to panels, left and right.
Define_Com Class(#PRIM_SPLM) Name(#SplitLayout1) Orientation(Vertical)
Define_Com Class(#PRIM_SPLI) Name(#SplitLayoutItem1) Manage(#Panel1) Parent(#SplitLayout1) Weight(1)
Define_Com Class(#PRIM_SPLI) Name(#SplitLayoutItem2) Manage(#Panel2) Parent(#SplitLayout1)

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2