Vcl.Dialogs.TCustomTaskDialog.DoOnExpandButtonClicked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnExpandButtonClicked(Expanded: Boolean); dynamic;

C++

DYNAMIC void __fastcall DoOnExpandButtonClicked(bool Expanded);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomTaskDialog

Description

Performs the expansion action of a Task Dialog when the Expand button is pushed.

Use DoOnExpandButtonClicked to perform the expansion action of a Task Dialog.