ToolbarChild Class

Definition

An instance of a control on a toolbar.

public sealed class ToolbarChild : Microsoft.VisualStudio.Extensibility.Commands.ContainerChild
type ToolbarChild = class
    inherit ContainerChild
Public NotInheritable Class ToolbarChild
Inherits ContainerChild
Inheritance
ToolbarChild

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.

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.

Applies to