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

Sets the name and the tooltip

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

Syntax

C#
protected void SetNameAndToolTip(
	MenuItem mi
)
Visual Basic (Declaration)
Protected Sub SetNameAndToolTip ( _
	mi As MenuItem _
)
Visual C++
protected:
void SetNameAndToolTip(
	MenuItem^ mi
)

Parameters

mi
Type: OfficeClip.BusinessLayer.Framework..::.MenuItem

See Also