ToolbarChild 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.
An instance of a control on a toolbar.
public sealed class ToolbarChild : Microsoft.VisualStudio.Extensibility.Commands.ContainerChild, IEquatable<Microsoft.VisualStudio.Extensibility.Commands.ToolbarChild>
type ToolbarChild = class
inherit ContainerChild
interface IEquatable<ToolbarChild>
Public NotInheritable Class ToolbarChild
Inherits ContainerChild
Implements IEquatable(Of ToolbarChild)
- Inheritance
- Implements
Properties
ChildIdentifier |
Gets the identifier of the child item. (Inherited from ContainerChild) |
CommandGroupConfiguration |
Gets the group that represents the child item. (Inherited from ContainerChild) |
IsSeparator |
Gets or sets a value indicating whether gets whether or not this child item is a separator between two groups. (Inherited from ContainerChild) |
Separator |
Gets a visual separator between two groups in a toolbar. |
Methods
Anchor<T>() |
Create an instance of toolbar child placement for a dynamic command anchor. |
Command<T>() |
Create an instance of toolbar child placement for a command. |
Equals(ContainerChild) | (Inherited from ContainerChild) |
Equals(Object) | (Inherited from ContainerChild) |
Equals(ToolbarChild) | Indicates whether the current object is equal to another object of the same type. |
GetHashCode() | (Inherited from ContainerChild) |
Group(CommandGroupConfiguration) |
Create an instance of toolbar child placement for a group. |
Group(GroupChild[]) |
Create an instance of menu child placement for a group. |
Toolbar(MenuConfiguration) |
Create an instance of toolbar child placement. |