KeyboardEventLocation Property |
The location attribute contains an indication of the logical location of the key on the device.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic ulong Location { get; }
Public ReadOnly Property Location As ULong
Get
public:
property unsigned long long Location {
unsigned long long get ();
}
member Location : uint64 with get
Property Value
Type:
UInt64
The location.
See Also