'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the dialog will use custom frame or the default one provided by the system.")> Public Property UseCustomFrame As System.Boolean
'Usage
Dim instance As NTaskDialog Dim value As System.Boolean instance.UseCustomFrame = value value = instance.UseCustomFrame
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether the dialog will use custom frame or the default one provided by the system.")] public System.bool UseCustomFrame {get; set;}