|  | IMemoEditor Properties | 
The IMemoEditor type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AuthorizedCharacters | 
            Gets or Sets the authorized characters set.
            Use "a-zA-Z0-9" for alphanumeric charcaters.
            Use "A-Z _" for uppercase letters, space and underscore.
            Use @"A-Za-z\-" for letters and dash (escape the dash character)
             | 
|  | CharCase | 
            Gets or Sets the character casing of the editor value
              | 
|  | Control | 
            Gets the control.
            (Inherited from IControl.) | 
|  | EditValue | 
            Current value
            (Inherited from IEditorT.) | 
|  | IsSpellCheckerActive | 
            Gets or sets whether the spell checker is active
             | 
|  | ReadOnly | 
            Read-only
            (Inherited from IEditorT.) | 
 See Also
See Also