'Declaration <DescriptionAttribute("The value that is returned to the parent form when the button is clicked.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property DialogResult As DialogResult
'Usage Dim instance As WinButton Dim value As DialogResult instance.DialogResult = value value = instance.DialogResult
[Description("The value that is returned to the parent form when the button is clicked.")] [Category("Behavior")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public DialogResult DialogResult {get; set;}