DataPA Enterprise Dashboard Controls API Reference
Gets the key that was pressed as a string.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Keys KeyData { get; }
Visual Basic
Public ReadOnly Property KeyData As Keys
	Get
Visual C++
public:
virtual property Keys KeyData {
	Keys get () sealed;
}

Return Value

Type: Keys
Gets the key that was pressed as a string.

Remarks