Vcl.Dialogs.TCustomTaskDialog.Expanded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Expanded: Boolean read FExpanded;

C++

__property bool Expanded = {read=FExpanded, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomTaskDialog

Description

Indicates whether the Task Dialog is expanded.

Expanded is True when the Task Dialog is expanded.