'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DefaultValueAttribute(-1)> <System.ComponentModel.DescriptionAttribute("Gets/sets the ID of the default button. If -1 the first button is defaulted.")> Public Property DefaultButtonId As System.Integer
'Usage
Dim instance As NTaskDialog Dim value As System.Integer instance.DefaultButtonId = value value = instance.DefaultButtonId
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.DefaultValue(-1)] [System.ComponentModel.Description("Gets/sets the ID of the default button. If -1 the first button is defaulted.")] public System.int DefaultButtonId {get; set;}