SmartTipsManager ShowTip Method CleanCode C# Libraries v1.2.03 API
Shows the specified SmartTip.

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void ShowTip(
	string identifier
)

Parameters

identifier
Type: OnlineSystem String
The unique identifier of the SmartTip.
Exceptions

ExceptionCondition
OnlineSystem FormatExceptionIf the specified identifier does not correspond to a defined tab.
See Also