KeyEventParametersUiEventModifierParameters Property |
Gets or sets the DOM UI event parameters with the key modifiers.
Namespace:
DotNetBrowser.Dom.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public UiEventModifierParameters UiEventModifierParameters { get; set; }
Property Value
Type:
UiEventModifierParametersThe DOM UI event parameters with the key modifiers.
See Also