Summary
Creates a new
InspectorGadgets.Attributes.ToolbarAttribute using the specified labels (not required for enums).- Assembly
- Kybernetik
.InspectorGadgets .dll - Namespace
- InspectorGadgets
.Attributes - Containing Type
- ToolbarAttribute
Syntax
public ToolbarAttribute(params string[] labels)
Remarks
For bool fields, the first label is used for false and the second for true.
Parameters
| Name | Type | Description |
|---|---|---|
| labels | string[] |
Return Value
| Type | Description |
|---|---|
| void |