ShortcutFileInfoViewMode Property

Gets or sets a value indicating whether this ShortcutFileInfo is in 'view mode', for example, being displayed in a PropertyGrid control.

The shortcut file will not be modified while ViewMode is .

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool ViewMode { get; set; }

Property Value

Boolean
if this ShortcutFileInfo is displayed in a PropertyGrid control; otherwise, .

See Also