ToolbarControl Members
A lightweight one-tab toolbar control.Constructors
Name | Description |
---|---|
ToolbarControl() | Initializes a new instance of the ToolbarControl class. |
Fields
Name | Description |
---|---|
GroupsSourceProperty static | Identifies the ToolbarControl.GroupsSource dependency property. |
GroupTemplateProperty static | Identifies the ToolbarControl.GroupTemplate dependency property. |
GroupTemplateSelectorProperty static | Identifies the ToolbarControl.GroupTemplateSelector dependency property. |
OrientationProperty static | Identifies the ToolbarControl.Orientation dependency property. |
Properties
Name | Description |
---|---|
Groups | Gets the collection of groups displayed by the toolbar control. |
GroupsSource | Gets or sets the source of groups with which this ToolbarControl should be populated. This is a dependency property. |
GroupTemplate | Gets or sets a template that specifies the appearance of groups located within the toolbar control. This is a dependency property. |
GroupTemplateSelector | Gets or sets an object that chooses a toolbar group template based on custom logic. This is a dependency property. |
Orientation | Gets or sets whether the items in the ToolbarControl are arranged horizontally or vertically. This is a dependency property. |
Placeholder | This property supports the internal infrastructure and is not intended to be used directly from your code. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also