Version

AutoDisplayTaskDialog Property

Returns or sets a value indicating whether the TaskDialog is automatically displayed when the user double-clicks within the appropriate area of the control.
Syntax
'Declaration
 
Public Property AutoDisplayTaskDialog As AutoDisplayTaskDialog
public AutoDisplayTaskDialog AutoDisplayTaskDialog {get; set;}
Remarks

By default, a dialog appears when the user double-clicks within in the grid area which provides a way to edit the selected task in a modal dialog session. The AutoDisplayTaskDialog property can be used to prevent this, or to allow it when the user double-clicks in the timeline area.

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