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