Skip to main content
A newer version of this page is available. .

SpellCheckerCommand Members

Serves as a base class for implementing classes that represent XtraSpellChecker actions.

Properties

Name Description
Caption Gets a localizable name of the command used in menu.
Culture Gets or sets the culture of the custom dictionary to which a word can be added.
Enabled Gets whether a command is currently enabled.
Finish Gets or sets the position at which the text segment finishes.
Operation Gets the operation performed by the command.
Start Gets or sets the position at which the text segment starts.
Suggestion Gets or sets the replacement for the current text segment.
Word Gets or sets a word used for several commands, such as Ignore or AddToDictionary.

Methods

Name Description
DoCommand() Performs an action of the corresponding type.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also