Class FileDialog.Location
- Namespace
- Myra.Graphics2D.UI.File
- Assembly
- Myra.dll
Container for info about a browsable file system or device.
protected class FileDialog.Location
- Inheritance
-
FileDialog.Location
- Inherited Members
Constructors
Location(string, string, string, bool)
Initializes a new instance of the Location class.
public Location(string volume, string label, string path, bool isDrive)
Parameters
volumestringThe volume label of the location.
labelstringThe display label of the location.
pathstringThe full path to the location.
isDriveboolTrue if this location is a drive; otherwise, false.
Fields
IsDrive
Gets a value indicating whether this location is a drive.
public readonly bool IsDrive
Field Value
Label
Gets the display label for the location.
public readonly string Label
Field Value
Path
Gets the full path to the location.
public readonly string Path
Field Value
VolumeLabel
Gets the volume label of the location.
public readonly string VolumeLabel