ToolWindowToolbar Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |