KaxSpellControlToCheck Property |
The ID of the control to check.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute(typeof(ControlIDConverter))]
public string ControlToCheck { get; set; }
<TypeConverterAttribute(GetType(ControlIDConverter))>
Public Property ControlToCheck As String
Get
Set
public:
[TypeConverterAttribute(typeof(ControlIDConverter))]
property String^ ControlToCheck {
String^ get ();
void set (String^ value);
}
[<TypeConverterAttribute(typeof(ControlIDConverter))>]
member ControlToCheck : string with get, set
Property Value
Type:
String
Remarks
The ID can be both a server-side ID, or a client-side ID. KaxSpell will find the
appropriate server control and use its ClientID to attach to it.
See Also