Click or drag to resize

ChromiumWebBrowserGetDragOperationsMask Method

Version 130.1.90

[Missing <summary> documentation for "M:CefSharp.Wpf.ChromiumWebBrowser.GetDragOperationsMask(System.Windows.DragDropEffects,System.Nullable{System.Windows.DragDropEffects})"]


Namespace: CefSharp.Wpf
Assembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
protected virtual DragOperationsMask GetDragOperationsMask(
	DragDropEffects result,
	DragDropEffects? dragEffects
)

Parameters

result  DragDropEffects

[Missing <param name="result"/> documentation for "M:CefSharp.Wpf.ChromiumWebBrowser.GetDragOperationsMask(System.Windows.DragDropEffects,System.Nullable{System.Windows.DragDropEffects})"]

dragEffects  NullableDragDropEffects

[Missing <param name="dragEffects"/> documentation for "M:CefSharp.Wpf.ChromiumWebBrowser.GetDragOperationsMask(System.Windows.DragDropEffects,System.Nullable{System.Windows.DragDropEffects})"]

Return Value

DragOperationsMask

[Missing <returns> documentation for "M:CefSharp.Wpf.ChromiumWebBrowser.GetDragOperationsMask(System.Windows.DragDropEffects,System.Nullable{System.Windows.DragDropEffects})"]

See Also