Sets the Form.CancelButton property - this is for VB.NET users who are inheriting from this class.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
[ObsoleteAttribute("Use DialogView to set this property instead.", true)] protected void SetFormCancelButton( IButtonControl b )
[ObsoleteAttribute("Use DialogView to set this property instead.", true)] protected void SetFormCancelButton( IButtonControl b )
<ObsoleteAttribute("Use DialogView to set this property instead.", true)> Protected Sub SetFormCancelButton ( b As IButtonControl )
<ObsoleteAttribute("Use DialogView to set this property instead.", true)> Protected Sub SetFormCancelButton ( b As IButtonControl )
protected: [ObsoleteAttribute(L"Use DialogView to set this property instead.", true)] void SetFormCancelButton( IButtonControl^ b )
protected: [ObsoleteAttribute(L"Use DialogView to set this property instead.", true)] void SetFormCancelButton( IButtonControl^ b )
[<ObsoleteAttribute("Use DialogView to set this property instead.", true)>] member SetFormCancelButton : b : IButtonControl -> unit
[<ObsoleteAttribute("Use DialogView to set this property instead.", true)>] member SetFormCancelButton : b : IButtonControl -> unit

- b (IButtonControl)

VB.NET users must use this to set Form.CancelButton, because VB.NET is case insensitive and this class has a cancelButton field.
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412