RapidSpell Web Control, this control is the actual dialog spell checker, called from RapidSpellWebLauncher.
| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class RapidSpellWeb : WebControl, INamingContainer
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class RapidSpellWeb : WebControl, INamingContainer
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> Public Class RapidSpellWeb Inherits WebControl Implements INamingContainer
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> Public Class RapidSpellWeb Inherits WebControl Implements INamingContainer
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public ref class RapidSpellWeb : public WebControl, INamingContainer
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public ref class RapidSpellWeb : public WebControl, INamingContainer
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>] type RapidSpellWeb = class inherit WebControl interface INamingContainer end
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>] type RapidSpellWeb = class inherit WebControl interface INamingContainer end
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| RapidSpellWeb()()()() | Creates the RapidSpellWeb control | |
| AccessKey | (Inherited from WebControl.) | |
| Adapter | (Inherited from Control.) | |
| AddAttributesToRender(HtmlTextWriter) | (Inherited from WebControl.) | |
| AddButton | The 'add' button, is only displayed if the user dictionary file is specified in the RapidSpellWebLauncher control. | |
| AddedControl(Control, Int32) | (Inherited from Control.) | |
| AddParsedSubObject(Object) | (Inherited from Control.) | |
| ApplyStyle(Style) | (Inherited from WebControl.) | |
| ApplyStyleSheetSkin(Page) | (Inherited from Control.) | |
| AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
| Attributes | (Inherited from WebControl.) | |
| BackColor | (Inherited from WebControl.) | |
| BeginRenderTracing(TextWriter, Object) | (Inherited from Control.) | |
| BindingContainer | (Inherited from Control.) | |
| BorderColor | (Inherited from WebControl.) | |
| BorderStyle | (Inherited from WebControl.) | |
| BorderWidth | (Inherited from WebControl.) | |
| BuildProfileTree(String, Boolean) | (Inherited from Control.) | |
| CacheDictionary |
Whether to cache the main dictionary, this will result in large performance gains. WARNING, do not do this if using more than one dictionary across the application.
| |
| ChangeAllButton | The 'change all' button. | |
| ChangeButton | The 'change' button. | |
| ChangeToBox | The text box where the 'change to' word is displayed. | |
| ChangeToLabel | The 'change to' text box label | |
| CheckerEngine | The ICheckerEngine object to be used to check the text. | |
| ChildControlsCreated | (Inherited from Control.) | |
| ClearCachedClientID()()()() | (Inherited from Control.) | |
| ClearChildControlState()()()() | (Inherited from Control.) | |
| ClearChildState()()()() | (Inherited from Control.) | |
| ClearChildViewState()()()() | (Inherited from Control.) | |
| ClearEffectiveClientIDMode()()()() | (Inherited from Control.) | |
| ClientFilesFolder | Where the client files are found, must be an absolute path to the directory containing the RapidSpell client files. | |
| ClientID | (Inherited from Control.) | |
| ClientIDMode | (Inherited from Control.) | |
| ClientIDSeparator | (Inherited from Control.) | |
| Context | (Inherited from Control.) | |
| Controls | (Inherited from Control.) | |
| ControlStyle | (Inherited from WebControl.) | |
| ControlStyleCreated | (Inherited from WebControl.) | |
| CopyBaseAttributes(WebControl) | (Inherited from WebControl.) | |
| CreateChildControls()()()() | (Inherited from Control.) | |
| CreateControlCollection()()()() | (Inherited from Control.) | |
| CreateControlStyle()()()() | (Inherited from WebControl.) | |
| CssClass | (Inherited from WebControl.) | |
| DataBind()()()() | (Inherited from Control.) | |
| DataBind(Boolean) | (Inherited from Control.) | |
| DataBindChildren()()()() | (Inherited from Control.) | |
| DataBinding | (Inherited from Control.) | |
| DataItemContainer | (Inherited from Control.) | |
| DataKeysContainer | (Inherited from Control.) | |
| DesignMode | (Inherited from Control.) | |
| Dispose()()()() | (Inherited from Control.) | |
| Disposed | (Inherited from Control.) | |
| EffectiveClientFilesLocation |
Where to look for client files.
| |
| Enabled | (Inherited from WebControl.) | |
| EnableTheming | Theming is currently disabled. Support to be added in later versions. (Overrides WebControl.EnableTheming.) | |
| EnableViewState | Viewstate is always disabled. (Overrides Control.EnableViewState.) | |
| EndRenderTracing(TextWriter, Object) | (Inherited from Control.) | |
| EnsureChildControls()()()() | (Inherited from Control.) | |
| EnsureID()()()() | (Inherited from Control.) | |
| Equals(Object) | (Inherited from Object.) | |
| Events | (Inherited from Control.) | |
| FieldDisplayTextLabel | The field being checked label | |
| Finalize()()()() | (Inherited from Object.) | |
| FindControl(String) | (Inherited from Control.) | |
| FindControl(String, Int32) | (Inherited from Control.) | |
| FinishButton | The 'finish' button. | |
| FinishedText | The text displayed when the spell check finishes. | |
| Focus()()()() | (Inherited from Control.) | |
| Font | (Inherited from WebControl.) | |
| ForeColor | (Inherited from WebControl.) | |
| GetDesignModeState()()()() | (Inherited from Control.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetRouteUrl(Object) | (Inherited from Control.) | |
| GetRouteUrl(String, Object) | (Inherited from Control.) | |
| GetRouteUrl(RouteValueDictionary) | (Inherited from Control.) | |
| GetRouteUrl(String, RouteValueDictionary) | (Inherited from Control.) | |
| GetType()()()() | (Inherited from Object.) | |
| GetUniqueIDRelativeTo(Control) | (Inherited from Control.) | |
| GlobalChangeAll | Whether change all operations should be global. | |
| GlobalIgnoreAll | Whether ignore all operations should be global. | |
| GotText |
Helper
| |
| HasAttributes | (Inherited from WebControl.) | |
| HasChildViewState | (Inherited from Control.) | |
| HasControls()()()() | (Inherited from Control.) | |
| HasEvents()()()() | (Inherited from Control.) | |
| Height | (Inherited from WebControl.) | |
| HideUserDictionaryErrors | When errors occur with the user dictionary, they are reported to the user if this==false. | |
| ID | (Inherited from Control.) | |
| IdSeparator | (Inherited from Control.) | |
| IgnoreAllButton | The 'ignore all' button. | |
| IgnoreButton | The 'ignore' button. | |
| Init | (Inherited from Control.) | |
| IsChildControlStateCleared | (Inherited from Control.) | |
| IsEnabled | (Inherited from WebControl.) | |
| IsLicenseValid(HttpRequest) |
Whether there is a valid license key in the web.config for this request.
| |
| IsLiteralContent()()()() | (Inherited from Control.) | |
| IsTrackingViewState | (Inherited from Control.) | |
| IsViewStateEnabled | (Inherited from Control.) | |
| Layout | The Html layout template used to layout this control. | |
| LicenseKey | The license key for the spell checker. | |
| Load | (Inherited from Control.) | |
| LoadControlState(Object) | (Inherited from Control.) | |
| LoadViewState(Object) | (Inherited from WebControl.) | |
| LoadViewStateByID | (Inherited from Control.) | |
| MapPathSecure(String) | (Inherited from Control.) | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| MergeStyle(Style) | (Inherited from WebControl.) | |
| NamingContainer | (Inherited from Control.) | |
| NoErrorsText | The text displayed when the spell check finishes with no spelling errors. | |
| NoSuggestionsText | The text displayed when the spell check has no suggestions. | |
| OnBubbleEvent(Object, EventArgs) | (Inherited from Control.) | |
| OnDataBinding(EventArgs) | (Inherited from Control.) | |
| OnInit(EventArgs) | (Inherited from Control.) | |
| OnLoad(EventArgs) | (Inherited from Control.) | |
| OnPreRender(EventArgs) |
Register client scripts
(Overrides Control.OnPreRender(EventArgs).) | |
| OnUnload(EventArgs) | (Inherited from Control.) | |
| OpenFile(String) | (Inherited from Control.) | |
| OptionsButton | The 'options' button. | |
| Page | (Inherited from Control.) | |
| Parent | (Inherited from Control.) | |
| PreRender | (Inherited from Control.) | |
| PreviewPaneCSSLinkURL | The URL of the stylesheet to use in the preview pane. | |
| PreviewPaneStyle | Thee 'preview pane' style, this defines the style of the inner frame that shows the document preview during spell checking. | |
| RaiseBubbleEvent(Object, EventArgs) | (Inherited from Control.) | |
| RemovedControl(Control) | (Inherited from Control.) | |
| RemoveDuplicateText | The text displayed when the spell check finds a duplicate word error. | |
| Render(HtmlTextWriter) | (Inherited from WebControl.) | |
| RenderBeginTag(HtmlTextWriter) | (Inherited from WebControl.) | |
| RenderChildren(HtmlTextWriter) | (Inherited from Control.) | |
| RenderContents(HtmlTextWriter) | Renders this control. (Overrides WebControl.RenderContents(HtmlTextWriter).) | |
| RenderControl(HtmlTextWriter) | (Inherited from Control.) | |
| RenderControl(HtmlTextWriter, ControlAdapter) | (Inherited from Control.) | |
| RenderEndTag(HtmlTextWriter) | (Inherited from WebControl.) | |
| RenderForDesign(HtmlTextWriter) | Renders this control for the design surface. | |
| RenderingCompatibility | (Inherited from Control.) | |
| ResolveAdapter()()()() | (Inherited from Control.) | |
| ResolveClientUrl(String) | (Inherited from Control.) | |
| ResolveUrl(String) | (Inherited from Control.) | |
| SaveControlState()()()() | (Inherited from Control.) | |
| SaveViewState()()()() | (Inherited from WebControl.) | |
| ScriptFilterLevel | Script filter level; 0=none 15=all. Whether to filter scripting elements from the preview pane and at what level. | |
| SetDesignModeState(IDictionary) | (Inherited from Control.) | |
| SetRenderMethodDelegate(RenderMethod) | (Inherited from Control.) | |
| SetTraceData(Object, Object) | (Inherited from Control.) | |
| SetTraceData(Object, Object, Object) | (Inherited from Control.) | |
| Site | (Inherited from Control.) | |
| SkinID | (Inherited from WebControl.) | |
| SSLFriendly | Whether to run in SSL friendly mode, setting this to true prevents mixed content warning messages in IE. | |
| Style | (Inherited from WebControl.) | |
| SuggestionsBox | The text box where the suggestions are displayed. | |
| SuggestionsLabel | The suggestions box label | |
| SupportsDisabledAttribute | (Inherited from WebControl.) | |
| TabIndex | (Inherited from WebControl.) | |
| TagKey | (Inherited from WebControl.) | |
| TagName | (Inherited from WebControl.) | |
| TemplateControl | (Inherited from Control.) | |
| TemplateSourceDirectory | (Inherited from Control.) | |
| ToolTip | (Inherited from WebControl.) | |
| ToString()()()() | (Inherited from Object.) | |
| TrackViewState()()()() | (Inherited from WebControl.) | |
| UndoButton | The 'undo' button. | |
| UniqueID | (Inherited from Control.) | |
| Unload | (Inherited from Control.) | |
| UserDictionary | A UserDictionary object to be used as a user dictionary. | |
| ValidateRequestMode | (Inherited from Control.) | |
| ViewState | (Inherited from Control.) | |
| ViewStateIgnoresCase | (Inherited from Control.) | |
| ViewStateMode | (Inherited from Control.) | |
| Visible | (Inherited from Control.) | |
| Width | (Inherited from WebControl.) |
| Object | |||
| Control | |||
| WebControl | |||
| RapidSpellWeb | |||
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331