Skip to main content

TdxCustomWizardControl.OnInfoPanelClick Event

Enables you to respond to Info Panel text and hyperlink clicks.

Declaration

property OnInfoPanelClick: TdxWizardControlInfoPanelClickEvent read; write;

Remarks

Sender specifies the wizard control whose Info Panel element is clicked.

Pass True as the AHandled parameter to prevent the default processing of text or hyperlink clicks. For instance, you can prohibit hyperlink URL navigation.

See Also