IWebBrowserGeolocationHandler Property |
Version 51.0.0
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax IGeolocationHandler GeolocationHandler { get; set; }
property IGeolocationHandler^ GeolocationHandler {
IGeolocationHandler^ get ();
void set (IGeolocationHandler^ value);
}
Property Value
Type:
IGeolocationHandlerThe geolocation handler.
See Also