ToolbarItemFactory Methods
Provides methods that allow you to configure a control that represents a toolbar item.| Name | Description |
|---|---|
| Autocomplete() | Creates an Autocomplete control that represents a toolbar item. |
| Button() | Creates a Button control that represents a toolbar item. |
| ButtonGroup() | Creates a ButtonGroup control that represents a toolbar item. |
| CheckBox() | Creates a CheckBox control that represents a toolbar item. |
| DateBox() | Creates a DateBox control that represents a toolbar item. |
| DropDownButton() | Creates a DropDownButton control that represents a toolbar item. |
| 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. |
| Menu() | Creates a Menu control that represents a toolbar item. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SelectBox() | Creates a SelectBox control that represents a toolbar item. |
| Switch() | |
| Tabs() | Creates a Tabs control that represents a toolbar item. |
| TextBox() | Creates a TextBox control that represents a toolbar item. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also