Share via


ToolWindowToolbar Class

Definition

Configuration for the toolbar used in a tool window.

public sealed class ToolWindowToolbar : IEquatable<Microsoft.VisualStudio.Extensibility.ToolWindows.ToolWindowToolbar>
type ToolWindowToolbar = class
    interface IEquatable<ToolWindowToolbar>
Public NotInheritable Class ToolWindowToolbar
Implements IEquatable(Of ToolWindowToolbar)
Inheritance
ToolWindowToolbar
Implements

Constructors

ToolWindowToolbar(ToolbarConfiguration)

Initializes a new instance of the ToolWindowToolbar class.

Properties

Placement

Gets or sets the placement of the toolbar in the tool window. The default value is Top.

Toolbar

Gets the toolbar used by the tool window.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(ToolWindowToolbar)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

Applies to