'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the dialog may be minimized to the system TaskBar.")> Public Property Minimizable As System.Boolean
'Usage
Dim instance As NTaskDialog Dim value As System.Boolean instance.Minimizable = value value = instance.Minimizable
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether the dialog may be minimized to the system TaskBar.")] public System.bool Minimizable {get; set;}