PathSelectionListIsLocalPathSelected Property |
Returns true, if files on local drives are selected.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool IsLocalPathSelected { get; }
Public ReadOnly Property IsLocalPathSelected As Boolean
Get
public:
property bool IsLocalPathSelected {
bool get ();
}
member IsLocalPathSelected : bool with get
Property Value
Type:
BooleanSee Also