Click or drag to resize

ShowContextMenuParametersMediaType Property

Gets the media type of the node the context menu is being invoked on.

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public MediaType MediaType { get; }

Property Value

Type: MediaType
The media type of the node the context menu is being invoked on.
See Also