WebExtensionTaskPane Class
Contents
[
Hide
]WebExtensionTaskPane class
Represents a persisted taskpane object.
type WebExtensionTaskPane struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetWebExtension | Gets and sets the web extension part associated with the taskpane instance |
SetWebExtension | Gets and sets the web extension part associated with the taskpane instance |
GetDockState | Gets and sets the last-docked location of this taskpane object. |
SetDockState | Gets and sets the last-docked location of this taskpane object. |
IsVisible | Indicates whether the Task Pane shows as visible by default when the document opens. |
SetIsVisible | Indicates whether the Task Pane shows as visible by default when the document opens. |
IsLocked | Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user. |
SetIsLocked | Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user. |
GetWidth | Gets and sets the default width value for this taskpane instance. |
SetWidth | Gets and sets the default width value for this taskpane instance. |
GetRow | 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. |
SetRow | 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. |