Vcl.Dialogs.TCustomTaskDialog.Expanded

From RAD Studio API Documentation
Revision as of 23:10, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.