[This is preliminary documentation and is subject to change.]
Constructor
Namespace:
OfficeClip.BusinessLayer.FrameworkAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public ToolbarItem( int id, int appId, string name, string skinID, string alternateSkinID, string url, string toolTip, List<LeftbarItem> lis ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ id As Integer, _ appId As Integer, _ name As String, _ skinID As String, _ alternateSkinID As String, _ url As String, _ toolTip As String, _ lis As List(Of LeftbarItem) _ ) |
Visual C++ |
---|
public: ToolbarItem( int id, int appId, String^ name, String^ skinID, String^ alternateSkinID, String^ url, String^ toolTip, List<LeftbarItem^>^ lis ) |
Parameters
- id
- Type: System..::.Int32
- appId
- Type: System..::.Int32
- name
- Type: System..::.String
- skinID
- Type: System..::.String
- alternateSkinID
- Type: System..::.String
- url
- Type: System..::.String
- toolTip
- Type: System..::.String
- lis
- Type: System.Collections.Generic..::.List<(Of <(LeftbarItem>)>)