Graphisoft®

Dialog ManagerVersion: 2.0

SystemDialog::SetCustomPanel

Attaches a custom panel to the dialog.

bool SetCustomPanel (SystemDialogPanel * tab);

Parameters

tab
The panel to attach.

Return Value

True if successfull.

Description

Usualy there is no need to use this method directly, because it is called implicitly in the constuctor of SystemDialogPanel. Only one panel can be attached to a system dialog during its lifetime.

Example

See example at system dialog cutomization.

See Also

SystemDialogPanel