Enumeration used to describe the types of toolbars.
Namespace:
Asi.iBO.ContentManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public enum ContentToolbarType |
| Visual Basic (Declaration) |
|---|
Public Enumeration ContentToolbarType |
| Visual C++ |
|---|
public enum class ContentToolbarType |
Members
| Member name | Description | |
|---|---|---|
| None |
Represents no specified toolbar type.
| |
| Simple |
Represents a simple toolbar type.
| |
| Intermediate |
Represents an intermediate toolbar type.
| |
| Advanced |
Represents an advanced toolbar type.
|