'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <SRDescriptionAttribute("FormCancelButtonDescr")> Public Property CancelButton As System.Windows.Forms.IButtonControl
'Usage
Dim instance As WorkbookDesigner 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