PathSelectionListIsUNCPathSelected Property |
Returns true, if files on UNC paths are selected.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public bool IsUNCPathSelected { get; }
Public ReadOnly Property IsUNCPathSelected As Boolean
Get
public:
property bool IsUNCPathSelected {
bool get ();
}
member IsUNCPathSelected : bool with get
Property Value
Type:
BooleanSee Also