[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(
	ToolbarItem ti
)
Visual Basic (Declaration)
Protected Sub SetNameAndToolTip ( _
	ti As ToolbarItem _
)
Visual C++
protected:
void SetNameAndToolTip(
	ToolbarItem^ ti
)

Parameters

ti
Type: OfficeClip.BusinessLayer.Framework..::.ToolbarItem

See Also