MouseEventAltKey Property |
Refer to the altKey attribute.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public bool AltKey { get; }
Public ReadOnly Property AltKey As Boolean
Get
public:
property bool AltKey {
bool get ();
}
member AltKey : bool with get
Property Value
Type:
Booleantrue if [alt key]; otherwise,
false.
See Also