[This is preliminary documentation and is subject to change.]

Gets the toolbar object for an application

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public ToolbarItem GetToolbarForApplication(
	int appId
)
Visual Basic (Declaration)
Public Function GetToolbarForApplication ( _
	appId As Integer _
) As ToolbarItem
Visual C++
public:
ToolbarItem^ GetToolbarForApplication(
	int appId
)

Parameters

appId
Type: System..::.Int32
The unique id for the application

Return Value

The toolbar object for the application or null if not found

See Also