DevExpress.XtraSpellChecker.v12.2 Represents a method that will handle the event. Represents a method that will handle the event. An object that triggers the event. A object that provides data for the event. Provides data for the event. Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings. A object that represents the context menu to be invoked. A representing the point at which a menu is shown. Gets the point at which the popup menu is shown. A representing the point at which the menu is shown. Gets or sets the control's context menu. A object which represents the PivotGridControl's context menu. Represents an object that contains various settings for the operation mode of the spell checker. Initializes a new instance of the CheckAsYouTypeOptions class with default settings. Gets or sets whether the spell checker is activated on a user entering the control in the parent container. true if the spell check is started automatically when any control within a container gets focus; otherwise, false. Gets or sets the color used to underline the misspelled word. A object. Fires when any property of the object is changed. Gets or sets whether the spelling form can be invoked in a mode. true if a spelling form can be displayed when the spell checker is in mode; otherwise, false. Gets or sets the number of suggested words displayed in the context menu. An integer, representing the number of suggestions for display. Gets or sets the underline style for misspelled words. An enumeration member. Lists line types that can be used to mark the misspelled words. Draws a line below the mispelled word as illustrated below: Draws a wavy line below the misspelled word as illustrated below: Represents a component that holds dictionaries available for different instances of the SpellChecker component. Initializes a new instance of the SharedDictionaryStorage class with default settings. Initializes a new SharedDictionaryStorage class instance with the specified container. A object that provides functionality for containers. Provides access to shared dictionaries that are stored in a separate component to be available throughout the application. A object, representing a collection of shared dictionaries. Contains options that affect text processing. Initializes a new instance of the OptionsSpelling class with default settings. Represents the base component of the XtraSpellChecker Suite. Initializes a new instance of the SpellChecker class with default settings. Invokes the About dialog box. Performs a spell check of the word, which occupies the rectangular area to which the specified point belongs. A that aims the spell checker to test a word located at that point. A class instance that contains information on the checked word and found suggestions. Checks whether the control is registered to be used with the XtraSpellChecker. A object representing a control to be checked for spelling mistakes. true if the control is already registered to be used with the XtraSpellChecker; otherwise false. Checks the specified control for spelling mistakes. A object representing a control to be checked for spelling mistakes. Checks the spelling of the text available through the controller interface. An object implementing the ISpellCheckTextController interface. Provides access to the options used to visually indicate misspelled words and customize the context menu, invoked by right-clicking the word. A object. Occurs when the spell check is complete. Checks the controls within the container for spelling mistakes. A object representing a control container to be checked for spelling mistakes. Checks the controls in the container of current control for spelling mistakes. Provides access to the object that manages the spelling forms for user interaction. A SpellingFormsManager object. Returns a value that determines whether the control can be processed by a spell checker. A control for which the spell checking option is determined. true if the control can be passed for spelling check; otherwise false. Creates a list of commands, available to the end-user, which depend on the type of misspelling and current spellchecker operation mode. A object, representing a situation when a misspelled word is found. A generic list of objects. Returns a value that determines whether the command that invokes the spell checker should be added to the control's drop-down menu. A control which option is determined. true if the spell checker item is present in a context menu; otherwise false. Gets the options of spelling check specified for the control. A control for which the spell checking options are specified. An object containing the spell checking options. Constructs an ordered list of suggestions for a given word. A representing a word for which the suggestions should be calculated. A object representing a sorted list of suggested words. Provides access to the settings which control the SpellChecker look and feel appearance. A object whose properties specify the SpellChecker control's look and feel. Occurs when the form used to specify the is about to be shown. Provides access to the spelling options set for the spell checker instance. An object containing the spell checking options. Gets or sets the control, representing the parent container for the XtraSpellChecker instance. A object, which is the parent container for the controls to be checked. Occurs before a context menu is shown. Occurs before a context menu is created. Returns a value that specifies whether the control can be processed by a spell checker. A control for which the spell checking option is specified. true if the control can be passed for spelling check; otherwise false. Specifies a value that determines whether the command that invokes the spell checker should be added to the control's drop-down menu. true if the spell checker item is present in a context menu; otherwise false. A control for which the option is determined. Sets the options of spelling check specified for the control. An object containing the spell checking options. A control for which the spell checking options are specified. Gets or sets the XtraSpellChecker operation mode. A enumeration member. Occurs when the spelling form is about to be displayed.