dbicTips Send comments on this topic.
dbiTipsObject Constructor(String)
See Also 
dbicTips Assembly > Dbi.WinControl.Tips Namespace > dbiTipsObject Class > dbiTipsObject Constructor : dbiTipsObject Constructor(String)

strText
The text to display in the tooltip

Initializes a new instance of the class setting the BodyText to the strText value.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal strText As System.String _
)
C# 
public dbiTipsObject( 
   System.string strText
)

Parameters

strText
The text to display in the tooltip

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also