Version

AutoDisplayTaskDialog Enumeration

Constants which determine whether the TaskDialog is automatically displayed when the user double-clicks within the appropriate area of the control.
Syntax
'Declaration
 
Public Enum AutoDisplayTaskDialog 
   Inherits System.Enum
public enum AutoDisplayTaskDialog : System.Enum 
Members
MemberDescription
ChartAreaThe TaskDialog is displayed when the user double-clicks within the chart area of the control
GridAreaThe TaskDialog is displayed when the user double-clicks on the row selector or an empty area of the grid part of the control.
GridAreaOrChartAreaCombines the GridArea and ChartArea settings.
GridEmptyAreaThe TaskDialog is displayed when the user double-clicks on an empty area of the grid. The TaskDialog will display to allow the user to add a new task.
GridRowSelectorThe TaskDialog is displayed when the user double-clicks on the row selector of a grid row in the grid area of the control.
NoThe TaskDialog is not displayed on a double-click
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