'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the dialog will start a callback timer when loaded.")> Public Property EnableTimer As System.Boolean
'Usage
Dim instance As NTaskDialog Dim value As System.Boolean instance.EnableTimer = value value = instance.EnableTimer
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether the dialog will start a callback timer when loaded.")] public System.bool EnableTimer {get; set;}