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

Shows if the application is in the leftbar for this toolbar

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

Syntax

C#
public bool IsApplicationInLeftbar(
	int appId
)
Visual Basic (Declaration)
Public Function IsApplicationInLeftbar ( _
	appId As Integer _
) As Boolean
Visual C++
public:
bool IsApplicationInLeftbar(
	int appId
)

Parameters

appId
Type: System..::.Int32
The application id to be searched

Return Value

true if the application is found, false if not found

See Also