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

Gets the name of the menubar item

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

Syntax

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

Parameters

mt
Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.MenubarType

Return Value

See Also