In This Topic
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute("")>
<SRDescriptionAttribute("FormCancelButtonDescr")>
Public Property CancelButton As System.Windows.Forms.IButtonControl
'Usage
Dim instance As LicenseDialog
Dim value As System.Windows.Forms.IButtonControl
instance.CancelButton = value
value = instance.CancelButton
[System.ComponentModel.DefaultValue("")]
[SRDescription("FormCancelButtonDescr")]
public System.Windows.Forms.IButtonControl CancelButton {get; set;}
public read-write property CancelButton: System.Windows.Forms.IButtonControl;
System.ComponentModel.DefaultValueAttribute("")
SRDescriptionAttribute("FormCancelButtonDescr")
public function get,set CancelButton : System.Windows.Forms.IButtonControl
[System.ComponentModel.DefaultValue("")]
[SRDescription("FormCancelButtonDescr")]
public: __property System.Windows.Forms.IButtonControl* get_CancelButton();
public: __property void set_CancelButton(
System.Windows.Forms.IButtonControl* value
);
[System.ComponentModel.DefaultValue("")]
[SRDescription("FormCancelButtonDescr")]
public:
property System.Windows.Forms.IButtonControl^ CancelButton {
System.Windows.Forms.IButtonControl^ get();
void set ( System.Windows.Forms.IButtonControl^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also