Version

TaskDialogPage Enumeration

Contains constants which identify the pages of the TaskDialog.
Syntax
'Declaration
 
Public Enum TaskDialogPage 
   Inherits System.Enum
public enum TaskDialogPage : System.Enum 
Members
MemberDescription
AdvancedThe page which contains advanced information about the task.
GeneralThe page which contains general information about the task.
NotesThe page which the notes associated with the task.
PredecessorsThe page which contains information about the task's predecessors (a.k.a. dependencies).
ResourcesThe page which contains information about the resources available to assist in completion of the task.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also