WebExtensionTaskPane
Contents
[
Hide
]WebExtensionTaskPane class
Represents a persisted taskpane object.
Properties
| Name | Type | Description |
|---|---|---|
| WebExtension | WebExtension | Gets and sets the web extension part associated with the taskpane instance |
| DockState | String | Gets and sets the last-docked location of this taskpane object. |
| IsVisible | boolean | Indicates whether the Task Pane shows as visible by default when the document opens. |
| IsLocked | boolean | Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user. |
| Width | float | Gets and sets the default width value for this taskpane instance. |
| Row | int | Gets 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