'Declaration
<SRDescriptionAttribute("FormAcceptButtonDescr")> <System.ComponentModel.DefaultValueAttribute("")> 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
[SRDescription("FormAcceptButtonDescr")] [System.ComponentModel.DefaultValue("")] public System.Windows.Forms.IButtonControl AcceptButton {get; set;}