WebExtensionTaskPane

WebExtensionTaskPane class

Represents a persisted taskpane object.

Properties

NameTypeDescription
WebExtensionWebExtensionGets and sets the web extension part associated with the taskpane instance
DockStateStringGets and sets the last-docked location of this taskpane object.
IsVisiblebooleanIndicates whether the Task Pane shows as visible by default when the document opens.
IsLockedbooleanIndicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
WidthfloatGets and sets the default width value for this taskpane instance.
RowintGets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes do

WebExtensionTaskPane.WebExtension property

Gets and sets the web extension part associated with the taskpane instance

Type: WebExtension

WebExtensionTaskPane.DockState property

Gets and sets the last-docked location of this taskpane object.

Type: String

WebExtensionTaskPane.IsVisible property

Indicates whether the Task Pane shows as visible by default when the document opens.

Type: boolean

WebExtensionTaskPane.IsLocked property

Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.

Type: boolean

WebExtensionTaskPane.Width property

Gets and sets the default width value for this taskpane instance.

Type: float

WebExtensionTaskPane.Row property

Gets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.

Type: int