Gets if the selected item is a file.

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Controls (in Skewworks.NETMF.Controls.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public bool SelectedIsFile { get; }

Property Value

Type: Boolean

Remarks

If the selected item is a directory or if no item is selected, SelectedIsFile is false

See Also