KeyboardEventCode Property |
The code holds a string that identifies the physical key being pressed. The value is not affected by the current keyboard layout or modifier state, so a particular key will always return the same value.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string Code { get; }
Public ReadOnly Property Code As String
Get
public:
property String^ Code {
String^ get ();
}
member Code : string with get
Property Value
Type:
String
The key code.
See Also