Keyoti RapidSpell Desktop .NET API Docs
SetFormCancelButton Method (b)
APIKeyoti.RapidSpellRapidSpellGUIPresenterSetFormCancelButton(IButtonControl)
Keyoti RapidSpell Desktop .NET
Sets the Form.CancelButton property - this is for VB.NET users who are inheriting from this class.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual 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 
Parameters
Remarks
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