'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the predefined buttons for this dialog.")> <System.ComponentModel.EditorAttribute(Nevron.UI.NFlagsEnumTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property PredefinedButtons As TaskDialogButtons
'Usage
Dim instance As NTaskDialog Dim value As TaskDialogButtons instance.PredefinedButtons = value value = instance.PredefinedButtons
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the predefined buttons for this dialog.")] [System.ComponentModel.Editor(Nevron.UI.NFlagsEnumTypeEditor, System.Drawing.Design.UITypeEditor)] public TaskDialogButtons PredefinedButtons {get; set;}