Movatterモバイル変換


[0]ホーム

URL:


CefSharp API Doc
CefSharp API Doc
Namespaces
CefSharp
IDisplayHandler Interface
IDisplayHandler Methods
Click or drag to resizeClick or drag to resize

IDisplayHandler Interface

Version 118.6.80
Handle events related to browser display state.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax
publicinterfaceIDisplayHandler
publicinterface classIDisplayHandler

TheIDisplayHandler type exposes the following members.

Methods
 NameDescription
Public methodOnAddressChanged
Called when a frame's address has changed.
Public methodOnAutoResize
Called when auto-resize is enabled via IBrowserHost.SetAutoResizeEnabled and the contents have auto-resized.
Public methodOnConsoleMessage
Called to display a console message.
Public methodOnCursorChange
Called when the browser's cursor has changed. .
Public methodOnFaviconUrlChange
Called when the page icon changes.
Public methodOnFullscreenModeChange
Called when web content in the page has toggled fullscreen mode. The client is responsible for resizing the browser if desired.
Public methodOnLoadingProgressChange
Called when the overall page loading progress has changed
Public methodOnStatusMessage
Called when the browser receives a status message.
Public methodOnTitleChanged
Called when the page title changes.
Public methodOnTooltipChanged
Called when the browser is about to display a tooltip. text contains the text that will be displayed in the tooltip. You can optionally modify text and then return false to allow the browser to display the tooltip. When window rendering is disabled the application is responsible for drawing tooltips and the return value is ignored.
Top
See Also

Reference

CefSharp Namespace

https://raw.githubusercontent.com/cefsharp/CefSharp/master/LICENSE


[8]ページ先頭

©2009-2025 Movatter.jp