In This Topic
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute("")>
<SRDescriptionAttribute("FormAcceptButtonDescr")>
Public Property AcceptButton As System.Windows.Forms.IButtonControl
'Usage
Dim instance As LicenseDialog
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
[System.ComponentModel.DefaultValue("")]
[SRDescription("FormAcceptButtonDescr")]
public: __property System.Windows.Forms.IButtonControl* get_AcceptButton();
public: __property void set_AcceptButton(
System.Windows.Forms.IButtonControl* value
);
[System.ComponentModel.DefaultValue("")]
[SRDescription("FormAcceptButtonDescr")]
public:
property System.Windows.Forms.IButtonControl^ AcceptButton {
System.Windows.Forms.IButtonControl^ get();
void set ( System.Windows.Forms.IButtonControl^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also