'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;}
public read-write property AcceptButton: System.Windows.Forms.IButtonControl;
SRDescriptionAttribute("FormAcceptButtonDescr") System.ComponentModel.DefaultValueAttribute("") public function get,set AcceptButton : System.Windows.Forms.IButtonControl