KeyboardEventAltKey Property |
true if the Alt (alternative) (or "Option") key modifier was active. The un-initialized value of this attribute MUST be false.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic 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; otherwise,
false.
See Also