DragDataItemTitle Property |
Version 118.6.80
Title associated with a link. Only valid when `mimeType` == "text/uri-list".
Namespace:
CefSharp.DevTools.Input
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public string Title { get; set; }
public:
property String^ Title {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also