WebExtensionTaskPane class

WebExtensionTaskPane class

Represents a persisted taskpane object.

The WebExtensionTaskPane type exposes the following members:

Properties

PropertyDescription
web_extensionGets and sets the web extension part associated with the taskpane instance
dock_stateGets and sets the last-docked location of this taskpane object.
is_visibleIndicates whether the Task Pane shows as visible by default when the document opens.
is_lockedIndicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
widthGets and sets the default width value for this taskpane instance.
rowGets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.

See Also