KeyboardEventCtrlKey Property |
true if the Control (control) 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 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; otherwise,
false.
See Also