IWebBrowserGeolocationHandler Property |
Version 57.0.0
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.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