Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / SpellCheck Object / CorrectAccidentalCapsLock Property
In This Topic
    CorrectAccidentalCapsLock Property
    In This Topic
    Gets or sets whether to correct a word that begins with a lowercase letter and is followed by all uppercase letters to a word that begins with a single uppercase letter.
    Syntax
    expression.CorrectAccidentalCapsLock As Boolean
    where expression is a variable that represents a SpellCheck Object
    Remarks
    This also switches the state of the CAPS LOCK key.
    See Also