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

Gets the name of the toolbar item

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

Syntax

C#
public static string GetName(
	Constants..::.ToolbarType tt
)
Visual Basic (Declaration)
Public Shared Function GetName ( _
	tt As Constants..::.ToolbarType _
) As String
Visual C++
public:
static String^ GetName(
	Constants..::.ToolbarType tt
)

Parameters

tt
Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ToolbarType
The toolbar item

Return Value

The name of the toolbar item

See Also