KeyboardEventMetaKey Property |
true if the meta (Meta) key modifier was active.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public bool MetaKey { get; }
Public ReadOnly Property MetaKey As Boolean
Get
public:
property bool MetaKey {
bool get ();
}
member MetaKey : bool with get
Property Value
Type:
Booleantrue if Meta; otherwise,
false.
See Also