Record TCefButton

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefButton = record

Description

A View representing a button. Depending on the specific type, the button could be implemented by a native control or custom rendered. Methods must be called on the browser process UI thread unless otherwise indicated.

Implemented by ICefButton.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/views/cef_button_capi.h">CEF source file: /include/capi/views/cef_button_capi.h (cef_button_t))

Overview

Fields

Public base: TCefView;
Public as_label_button: function(self: PCefButton): PCefLabelButton; stdcall;
Public set_state: procedure(self: PCefButton; state: TCefButtonState); stdcall;
Public get_state: function(self: PCefButton): TCefButtonState; stdcall;
Public set_ink_drop_enabled: procedure(self: PCefButton; enabled: Integer); stdcall;
Public set_tooltip_text: procedure(self: PCefButton; const tooltip_text: PCefString); stdcall;
Public set_accessible_name: procedure(self: PCefButton; const name: PCefString); stdcall;

Description

Fields

Public base: TCefView;

This item has no description.

Public as_label_button: function(self: PCefButton): PCefLabelButton; stdcall;

This item has no description.

Public set_state: procedure(self: PCefButton; state: TCefButtonState); stdcall;

This item has no description.

Public get_state: function(self: PCefButton): TCefButtonState; stdcall;

This item has no description.

Public set_ink_drop_enabled: procedure(self: PCefButton; enabled: Integer); stdcall;

This item has no description.

Public set_tooltip_text: procedure(self: PCefButton; const tooltip_text: PCefString); stdcall;

This item has no description.

Public set_accessible_name: procedure(self: PCefButton; const name: PCefString); stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.