Click or drag to resize

ProgressDialogUseCompactPathsForText Property

Gets or sets a value that indicates whether path strings in the Text property should be compacted if they are too large to fit on one line.

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

Property Value

Type: Boolean
to compact path strings if they are too large to fit on one line; otherwise, . The default value is .
Remarks
Note Note
This property requires Windows Vista or later. On older versions of Windows, it has no effect.

This property can be changed while the dialog is running, but may only be changed from the thread which created the progress dialog.

See Also