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

strText
A string value to show.
Forces a tooltip to display.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Show( _
   ByVal strText As System.String _
) 
C# 
public void Show( 
   System.string strText
)

Parameters

strText
A string value to show.

Requirements

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

See Also