AddControl

[method icon] AddControl(objCtrl)

Add the control to this tab page

objCtrl Object Control object to add

Applies to: TabbedItem

Introduced in KCML version 6.20


>

AddControl

This method is used to add controls to a tab page. The single argument is an object reference to an existing or newly created control on a form that is not currently on a tab page. This method can only be used in the Create() event. See CreateControl() for more details and examples.

See also

TabbedItem methods, properties and events.