  | ProgressDialogUseCompactPathsForDescription Property  | 
 
            Gets or sets a value that indicates whether path strings in the 
Description 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)
Syntaxpublic bool UseCompactPathsForDescription { get; set; }Public Property UseCompactPathsForDescription As Boolean
	Get
	Set
public:
property bool UseCompactPathsForDescription {
	bool get ();
	void set (bool value);
}member UseCompactPathsForDescription : bool with 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 | 
|---|
| 
              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