WebExtensionTaskPane Class

WebExtensionTaskPane class

Represents a persisted taskpane object.


type WebExtensionTaskPane struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetWebExtensionGets and sets the web extension part associated with the taskpane instance
SetWebExtensionGets and sets the web extension part associated with the taskpane instance
GetDockStateGets and sets the last-docked location of this taskpane object.
SetDockStateGets and sets the last-docked location of this taskpane object.
IsVisibleIndicates whether the Task Pane shows as visible by default when the document opens.
SetIsVisibleIndicates whether the Task Pane shows as visible by default when the document opens.
IsLockedIndicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
SetIsLockedIndicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
GetWidthGets and sets the default width value for this taskpane instance.
SetWidthGets and sets the default width value for this taskpane instance.
GetRowGets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.
SetRowGets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.