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