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