'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;}