Click or drag to resize

TaskDialogExpandedByDefault Property

Gets or sets a value that indicates that the string specified by the ExpandedInformation property should be displayed by default.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool ExpandedByDefault { get; set; }

Property Value

Type: Boolean
if the string specified by the ExpandedInformation property should be displayed by default; if it is hidden by default. The default value is .
See Also