Version

EnableDblclick Property

Sets ability to change state of dialog by dblclick on header. Dialog will be maximized if its state was normal, or dialog state will be set to normal if it was maximized, or dialog state will be set to normal if it was minimized. Default value is null which is equivalent to the "auto" flag.
Syntax
'Declaration
 
Public Property EnableDblclick As System.Nullable(Of Boolean)
public System.Nullable<bool> EnableDblclick {get; set;}
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

View on GitHub