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
.
Namespace: DevCase.Core.IO.FileSystemAssembly: 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; }
<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Property ViewMode As Boolean
Get
Set
Dim instance As ShortcutFileInfo
Dim value As Boolean
value = instance.ViewMode
instance.ViewMode = value
public:
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
property bool ViewMode {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member ViewMode : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if this
ShortcutFileInfo is displayed in a
PropertyGrid control;
otherwise,
.