'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the preferred width for the dialog.")> Public Property PreferredWidth As System.Integer
'Usage
Dim instance As NTaskDialog Dim value As System.Integer instance.PreferredWidth = value value = instance.PreferredWidth
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the preferred width for the dialog.")] public System.int PreferredWidth {get; set;}