'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <SRDescriptionAttribute("FormAcceptButtonDescr")> Public Property AcceptButton As System.Windows.Forms.IButtonControl
'Usage
Dim instance As WorkbookDesigner Dim value As System.Windows.Forms.IButtonControl instance.AcceptButton = value value = instance.AcceptButton
[System.ComponentModel.DefaultValue("")] [SRDescription("FormAcceptButtonDescr")] public System.Windows.Forms.IButtonControl AcceptButton {get; set;}