All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

browser-pane-property-get

browser-pane-property-put Generic Functions

Summary

Get or set value of a specified Windows property of the underlying browser.

Package

capi

Signatures

browser-pane-property-get pane property-name => value

browser-pane-property-put pane property-name value

Arguments
pane
property-name
A string.
value
A Lisp value of appropriate type for the property property-name.
Values
value
A Lisp value of appropriate type for the property property-name.
Description

The functions browser-pane-property-get and browser-pane-property-put get or set the value of a specified Windows property of the underlying browser of pane.

property-name has to be one of the properties listed in the Properties section of the documentation of IWebBrowser2 in the MSDN and value should be of the appropriate type for that property when setting it.

Notes
  1. browser-pane-property-get and browser-pane-property-put are implemented on Microsoft Windows only.
  2. browser-pane-property-get and browser-pane-property-put do not correspond to the methods "GetProperty" and "PutProperty" of IWebBrowser2.
See also

browser-pane


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57