WebExtensionTaskPaneCollection.Item

WebExtensionTaskPaneCollection indexer

Gets task pane by the specific index.

public WebExtensionTaskPane this[int index] { get; }
ParameterDescription
indexThe index.

Return Value

The task pane.

See Also