Click or drag to resize

MouseEventParametersUiEventModifierParameters Property

Gets or sets the DOM UI event parameters with the key modifiers.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public UiEventModifierParameters UiEventModifierParameters { get; set; }

Property Value

Type: UiEventModifierParameters
The DOM UI event parameters with the key modifiers.
See Also