This documentation is for the old version. Go to the latest Graphics Mill docs

Pidl.IsRoot Property

Gets a value indicating whether the Pidl object represents the Desktop folder (i.e. root of the file system).

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public ReadOnly Property IsRoot As Boolean
C#
public bool IsRoot { get; }

Property Value

A Boolean value indicating whether the Pidl object is a root of the file system.

See Also

Reference