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