Keyoti RapidSpell Silverlight API Docs
SetFormCancelButton Method (b)
APIKeyoti.RapidSpellRapidSpellGUIPresenterSetFormCancelButton(IButtonControl)
Keyoti RapidSpell Silverlight
Sets the Form.CancelButton property - this is for VB.NET users who are inheriting from this class.
Declaration Syntax
C#Visual BasicVisual C++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 Sub SetFormCancelButton ( 
	b As IButtonControl
)
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 
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: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)