Table of Contents

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

volume string

The volume label of the location.

label string

The display label of the location.

path string

The full path to the location.

isDrive bool

True 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

bool

Label

Gets the display label for the location.

public readonly string Label

Field Value

string

Path

Gets the full path to the location.

public readonly string Path

Field Value

string

VolumeLabel

Gets the volume label of the location.

public readonly string VolumeLabel

Field Value

string