TaskDialogExpandedInformationLocation Enumeration

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Specifies the options for expand/collapse sections in dialogs.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public enum TaskDialogExpandedInformationLocation
Visual Basic (Declaration)
Public Enumeration TaskDialogExpandedInformationLocation
Visual C++
public enum class TaskDialogExpandedInformationLocation

Members

Member nameDescription
Hide
Do not show the content.
ExpandContent
Show the content.
ExpandFooter
Expand the footer content.

See Also