DevExpress.Web.ASPxSpellChecker.v12.2 Contains settings that define the appearance of certain spellchecker elements. Initializes a new instance of the SpellCheckerStyles class with the specified owner. An object that implements the ISkinOwner interface. Provides access to the appearance style object for the Checked Text Container style. A DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle object, containing apperance settings for the Checked Text Container style. Returns the name of the Checked Text Container style. A string, representing the style name. Currently it is the "CheckedTextContainer". For internal use only. [To be supplied] Provides access to the appearance style object of the Error Word style. A DevExpress.Web.ASPxSpellChecker.ErrorWordStyle object, containing apperance settings for the Error Word style. Returns the name of the Error Word style. A string, representing the style name. Currently it is "ErrorWord". For internal use only. [To be supplied] Contains dialog form settings. Initializes a new instance of the SpellCheckerFormsSettings class with the specified owner. An object that implements the interface. Copies the settings from the specified object to the current object. A object, whose settings are assigned to the current object. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Check Spelling dialog form. A value specifying the file name and path to a UserControl file that is a customized Check Spelling dialog form. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Spelling Options dialog form. A value specifying the file name and path to a UserControl file that is a customized Spelling Options dialog form. Provides data for the event. Initializes a new instance of the CustomDictionaryLoadingEventArgs class with the specified custom dictionary. An value representing the custom dictionary. This value is assigned to the property. Gets the custom dictionary to be loaded. A object representing the custom dictionary. An object providing a means to localize the 's user interface elements at runtime. Initializes a new instance of the ASPxSpellCheckerLocalizer class with default settings. Returns an object comprising resources based on the thread's language and regional settings (culture). A XtraLocalizer@lt;ASPxSpellCheckerStringId@gt; object comprising resources based on the thread's culture. Returns a localized string for the specified string identifier. An enumeration value identifying the string to localize. A String corresponding to the specified identifier. Contains values corresponding to strings that can be localized for the . Defines the caption of the Add to Dictionary button on the Check Spelling Form of the Spell Checker. Default value: "Add to Dictionary" Defines the caption of the Cancel button on the Spelling Options Form of the Spell Checker. Default value: "Cancel" Defines the caption of the Change All button on the Check Spelling Form of the Spell Checker. Default value: "Change All" Defines the caption of the Change button on the Check Spelling Form of the Spell Checker. Default value: "Change" Defines the Check Spelling Form's Change To: label caption. Default value: "Change to:" Defines the text shown in the International dictionaries block of the Spelling Options Form. Default value: "Choose which dictionary to use when checking your spelling." Defines the caption of the Close button on the Check Spelling Form of the Spell Checker. Default value: "Close" Defines the text displayed within the message box invoked if the spelling check is complete and the property value is not customized. Default value: "The spelling check is complete." Defines the caption of the General options block in the Spelling Options Form. Default value: "General options" Defines the caption of the Ignore All button on the Check Spelling Form of the Spell Checker. Default value: "Ignore All" Defines the caption of the Ignore e-mails option in the Spelling Options Form. Default value: "Ignore e-mails" Defines the caption of the Ignore words in MiXeDcAsE option in the Spelling Options Form. Default value: "Ignore words in MiXeDcAsE" Defines the caption of the Ignore words with numbers option in the Spelling Options Form. Default value: "Ignore words with numbers" Defines the caption of the Ignore Once button on the Check Spelling Form of the Spell Checker. Default value: "Ignore Once" Defines the caption of the Ignore markup tags option in the Spelling Options Form. Default value: "Ignore markup tags" Defines the caption of the Ignore words in UPPERCASE option in the Spelling Options Form. Default value: "Ignore words in UPPERCASE" Defines the caption of the Ignore URLs option in the Spelling Options Form. Default value: "Ignore URLs" Defines the caption of the International dictionaries block in the Spelling Options Form. Default value: "International dictionaries" Defines the Language: label caption shown in the International dictionaries block of the the Spelling Options Form. Default value: "Language:" Defines the text shown in a Check Spelling Form suggestion box if no suggestion was found. Default value: "(No Suggestions)" Defines the Check Spelling Form's Not in Dictionary label caption. Default value: "Not in Dictionary:" Defines the caption of the OK button on the Spelling Options Form of the Spell Checker. Default value: "OK" Defines the caption of the Options button on the Check Spelling Form of the Spell Checker. Default value: "Options..." Defines the Spelling Options Form's caption. Default value: "Spelling Options" Defines the Check Spelling Form's caption. Default value: "Check Spelling" An object providing a means to localize the 's user interface elements at runtime. Initializes a new instance of the ASPxSpellCheckerResLocalizer class with default settings. The base class for ASPxSpellChecker dictionaries. Copies public properties from the specified object to the current object. A object or descendant whose properties are copied to the current object. Gets or sets a unique identifier of a dictionary instance for caching purposes. A string, which is the cache key under which a dictionary is stored in the cache. Indicates whether a dictionary can be placed in the cache. true if a dictionary can be cached; otherwise, false. Gets or sets the language and culture settings of the current dictionary. A object, contaning language and culture info. Gets or sets a path to the dictionary file used to create spellchecker dictionaries. A value that specifies the path to the dictionary file. Provides access to a dictionary located in a cache. A dictionary that exposes the interface. Returns the unique key that can be used to identify dictionaries in cache storage. A string that is a cache key. Returns the information on language and culture associated with the current dictionary. A object, containing information about specific culture. Indicates whether the current dictionary is a custom one. true if the current dictionary type is Custom; otherwise, false. Removes a cached dictionary from application's . Gets the number of words contained within the dictionary. An integer value representing the total number of words within the dictionary. Contains settings that allow images to be defined for specific elements of editors used within the . Initializes a new instance of the SpellCheckerEditorImages class with the specified owner. An object that implements the ISkinOwner interface. Represents a container of strings, which are used in the ASPxSpellChecker's dialogs. Initializes a new instance of the ASPxSpellCheckerTextSettings class with the specified owner. An object that implements the interface. Copies public properties from the specified object to the current object. A object or descendant whose properties are copied to the current object. Gets or sets the text which informs the user that the spell check is finished. A string, containing a text message indicating that the spell check process is complete. Gets or sets the text message informing the user that no words are found for replacement. A string, containing the message's text. Get or sets the title of the Options dialog form. A string containing the text used as a caption of the Options form. Get or sets the title of the spelling form. A string containing the text used as a caption of the spelling form. Represents the base for the and classes. Initializes a new instance of the ASPxSpellCheckerBaseSettings class with the specified owner. An object that implements the interface. Contains a client-side ASPxSpellChecker's event list. Initializes a new instance of the SpellCheckerClientSideEvents class with default settings. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Gets or sets the name of the JavaScript function or the entire code which will handle the client-side event. A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. Represents a collection of ASPxSpellChecker dictionaries. Initializes a new instance of the SpellCheckerDictionaryCollection class with the specified owner. An object that implements the IWebControlObject interface. Returns the owner of the dictionary. An object. Overrides the corresponding property of the base class. Always returns value. Represents a container of settings that affect spell checking. Initializes a new instance of the ASPxSpellCheckerSpellingSettings class with the specified owner. An object that implements the interface. Copies public properties from the specified object to the current object. A object or descendant whose properties are copied to the current object. Gets or sets whether email addresses should be skipped during checking. true to exclude email addresses from spell check; otherwise, false. Gets or sets whether the text enclosed with specific markup tags should be checked. true to exclude the text within tags from the check; otherwise, false. Gets or sets whether the spellchecker ignores words containing different case letters in positions other than the first. true to skip mixed case words while checking; otherwise, false. Gets or sets whether words in which all letters are uppercase should be skipped during checking. true to ignore words in uppercase; otherwise, false. Gets or sets whether URLs in text are skipped during checking. true to ignore URLs in text; otherwise, false. Gets or sets whether the spell checker skips words that contain numbers during checking. true to ignore words with numbers; otherwise, false. Represents a dictionary used by the ASPxSpellChecker engine. Initializes a new instance of the ASPxSpellCheckerDictionary class with default settings. Gets or sets the path to a file that defines the alphabet associated with a dictionary. A value that specifies the path to the alphabet file. Gets an internal representation of a spellchecker dictionary. A class instance. Represents an ASPxSpellChecker dictionary originated from a dictionary and affix files of the OpenOffice.org project format. Initializes a new instance of the ASPxSpellCheckerOpenOfficeDictionary class with default settings. This property is not in effect for ASPxSpellCheckerOpenOfficeDictionary class. Gets an internal representation of a spellchecker dictionary. A class instance. Gets or sets the character encoding used by a dictionary. A value, specifying the character encoding. Gets or sets the human-readable description of the dictionary's encoding. A string, specifying the encoding's human-readable name. Represents an ASPxSpellChecker dictionary originated from a dictionary in the ISpell format. Initializes a new instance of the ASPxSpellCheckerISpellDictionary class with default settings. Gets or sets the path to a file that defines the alphabet associated with a dictionary. A value that specifies the path to the alphabet file. Gets an internal representation of a spellchecker dictionary. A class instance. Get or sets a location of the affix file for the ASPxSpellCheckerISpellDictionary A string, representing a path to the affix dictionary file. Represents a custom dictionary of the spell checker. Initializes a new instance of the ASPxSpellCheckerCustomDictionary class with default settings. Appends a word to a custom dictionary. A string, representing a word to add. Appends several words to a custom dictionary. A string array of words to add to a dictionary. Gets a custom spellchecker dictionary. A class instance. Indicates that the current dictionary is a custom dictionary. Always returns true. Loads a dictionary and alphabet from the specified streams into the current ASPxSpellCheckerCustomDictionary object, and initializes it. A object which stores the word list. A object which stores the language's alphabet. Defines the base class for ASPxSpellChecker dictionaries. Gets or sets code page settings of the dictionary text characters. A object, representing a character encoding. Gets or sets the human-readable description of the dictionary's encoding. A string, specifying the encoding's human-readable name. Returns a character encoding used by the dictionary. A object, representing a character encoding. Provides indexed access to words contained within the dictionary. An integer value specifying the zero-based index of the returned word. A value. Represents the base component of the ASPxSpellChecker Suite. Initializes a new instance of the ASPxSpellChecker class with default settings. Overrides the property, to hide it. Overrides the property to hide it. A object that represents the background color of the control. The default is . Overrides the to hide it. A class instance that is the background image of the web control. Overrides the property to hide it. A object that is the border settings of a control. Overrides the property to hide it. A class instance, specifying the border settings. Overrides the property to hide it. A class instance, specifying the border settings. Overrides the property to hide it. A class instance, specifying the border settings. Overrides the property to hide it. A class instance, specifying the border settings. Gets or sets the identifier of the web control to be checked. A string that identifies the element on a page. Occurs when client-side scripts are created and the identifier of a control to be checked is queried. Provides access to an object specifying style settings for the element that contains text to be checked. A class instance that holds style settings. Gets or sets the ASPxSpellChecker's client programmatic identifier. A string value that specifies the ASPxSpellChecker's client identifier. Enables you to save and restore the previously saved layout of the ASPxSpellChecker. Gets an object that lists the client-side events specific to the ASPxSpellChecker. A object which allows assigning handlers to the client-side events available to the ASPxSpellChecker. Overrides the property of the base class to hide it. The Cascading Style Sheet class rendered by the Web server control on the client. Gets or sets the culture-specific settings of the spellchecker. A object that specifies culture settings (language and phonetic specifics). Overrides the corresponding property of the base class. A string that is the type of cursor to display when the mouse pointer is over the web control. Fires when a custom dictionary is loading into a session. Enables you to supply any server data that can then be parsed on the client. Gets the settings of an image displayed within the check spelling form close button. A HeaderButtonImageProperties object that contains image settings. Provides access to a collection of dictionaries maintained by the ASPxSpellChecker instance. A object, representing a collection of dictionaries. This property is not in effect for the ASPxSpellChecker class. Releases all resources used by the ASPxSpellChecker. Gets or sets whether the callback result data compression is enabled. true to compress data stream; otherwise, false. Overrides the property to hide it. true if a control keeps any of its values that are HTML as HTML; false, if it strips out the HTML markers. Provides access to an object specifying style settings for the misspelled word in a text. A class instance that holds style settings. Overrides the property to hide it. A that represents the font properties of the control. Overrides the property to hide it. A that represents the foreground color of the control Returns an object containing style settings of the control which holds the text being checked in the spelling form. A object containing style settings. Gets the culture setting of the spellchecker. A object, containing information about specific culture. Returns a custom dictionary of the spell checker. A object representing a custom dictionary. Overrides the property to hide it. A object, representing the contol's height. Gets or sets the path to the folder that contains images used by the control. A string value specifying the root path of all the images used by the control. Provides access to image settings for specific elements of editors on the ASPxSpellChecker forms. A object that contains image settings. Gets a collection of temporary client properties and its values. A System.Collections.Generic.Dictionary object that represents the collection of properties and its values. Gets or sets the parameter used to measure the proximity of words. An integer value that is the maximum number of steps used to convert the misspelled word into a suggested one. Gets or sets the delay before displaying the loading panel. An Int32 value that specifies the time interval between when a callback is sent to the server and a loading panel is displayed, in milliseconds. Gets the settings of an image to be displayed within a loading panel while waiting for a callback response. A object that contains the image's settings. Gets or sets the position of an image displayed within a loading panel. A enumeration value. Gets the style settings of a loading panel displayed while waiting for a callback response. A object that contains style settings. Gets or sets the text to be displayed within a loading panel while waiting for a callback response. A string that specifies the text displayed within a loading panel. Occurs when a word being checked is not found in a dictionary. Occurs when a misspelled word is found and a list of suggested replacements is created and sorted. Gets or sets a value specifying whether or not the current control supports right-to-left representation. One of the enumeration values. Gets or sets a value that specifies whether cookies are used to persist information about the control. true if information is persisted in cookies; otherwise, false. Gets or sets the identifier of the cookie in which the control's state is persisted. A string value specifying a cookie's name. Gets the settings allowing you to specify paths to dialog forms (UserControls) stored within a web site. A SpellCheckerFormsSettings object containing properties which point to individual dialog forms. Provides access to basic spelling settings. A object that holds spelling options. Provides access to texts displayed in different elements of the control. A class instance that holds texts for use in control layout and related forms Gets or sets whether the loading panel can be displayed. true if a loading panel is allowed to be displayed; otherwise, false. Gets or sets a value that specifies the visibility of an image within a loading panel displayed while waiting for a callback response. true if an image is displayed within a loading panel; otherwise, false. Gets or sets the path to a CSS file that defines the control's sprite image settings. A value that specifies the path to the required CSS file. Gets or sets the path to a sprite image. A value that specifies the path to the sprite image. Provides access to an object which specifies the appearance of buttons on the spelling form. A object, containing the button style settings. Provides access to style settings for the spellchecker forms. A object that contains style settings. Provides access to style settings for editor elements in the spellchecker forms. A object that contains style settings. Gets or sets the number of suggested words displayed in the spelling form. An integer, representing the number of suggestions displayed. Overrides the property to hide it. A tab index of the control. Overrides the property to hide it. A text displayed when the mouse pointer hovers over the control. Overrides the property to hide it. true if a control is rendered as a UI on a page; otherwise, false. Overrides the property to hide it. A object, representing the contol's width. Fires when a word is added to the custom dictionary. A method that will handle the event. A method that will handle the event. The event source. This parameter identifies the which raised the event. A object which contains event data.