_Application.CapsLock Property
Determines if the CAPS LOCK key is turned on. Returns True if the CAPS LOCK key is turned on, and False if it is not.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property CapsLock As Boolean
Get
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.CapsLock
bool CapsLock { get; }
Property Value
Type: System.Boolean