AddControl
AddControl(objCtrl)
Add the control to this tab page
objCtrl | Object | Control object to add |
---|
Applies to: TabbedItem
Introduced in KCML version 6.20
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.