MouseEventMetaKey Property |
Refer to the metaKey attribute.
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 key]; otherwise,
false.
See Also