UpperShift
Cette propriété interroge la zone d'informations de l'opérateur pour déterminer si le clavier est en mode majuscule. Uppershift est un type de données Boolean et est en lecture seule. L'exemple suivant montre cette propriété.
DIM autECLOIA as Object DIM autECLConnList as Object Set autECLOIA = CreateObject("ZIEWin.autECLOIA") Set autECLConnList = CreateObject("ZIEWin.autECLConnList") ' Initialize the connection autECLConnList.Refresh autECLOIA.SetConnectionByHandle(autECLConnList(1).Handle) ' Check if the keyboard is in uppershift mode If autECLOIA.UpperShift then...