Objective Grid for Microsoft® .NET® Reference Guide

KeyType Enumeration

Back to Class Index

This enumeration lists the states of various virtual keys.     

[Visual Basic]
Public Enum KeyType
[C#]
public enum KeyType

Members

Member NameDescription
ShiftSet if the SHIFT key is down.     
RButtonSet if the right mouse button is down.     
MButtonSet if the middle mouse button is down.     
LButtonSet if the left mouse button is down.     
ControlSet if the CTRL key is down.     

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace