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.27.7
Syntaxpublic UiEventModifierParameters UiEventModifierParameters { get; set; }Property Value
Type: 
UiEventModifierParametersThe DOM UI event parameters with the key modifiers.
See Also