[This is preliminary documentation and is subject to change.]
The type of the toolbar
Namespace:
OfficeClip.BusinessLayer.FrameworkAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum ToolbarType |
| Visual Basic (Declaration) |
|---|
Public Enumeration ToolbarType |
| Visual C++ |
|---|
public enum class ToolbarType |
Members
| Member name | Description | |
|---|---|---|
| Separator |
Toolbar vertical separator
| |
| None |
None
| |
| Alert |
Alert Toolbar item
| |
| Portal |
Office Portal toolbar item
| |
| Desktop |
Desktop toolbar item
| |
| CRM |
CRM toolbar item
| |
| Tracker |
Tracker Toolbar item
| |
| TE |
Time and Expenses toolbar item
| |
| Setup |
Setup toolbar item
| |
| Help |
Help toolbar item
| |
| Logoff |
Logoff toolbar item
| |
| Projects |
Projects toolbar item
| |
| Extranet |
The Extranet Toolbar Item
|
