Gets the current text value associated with a control.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function GetdbiTipsText( _
ByVal control As System.Windows.Forms.Control _
) As System.String |
| C# | |
|---|
public System.string GetdbiTipsText(
System.Windows.Forms.Control control
) |
Parameters
- control
- Control
Return Value
Returns the tooltip text for the associated control or an empty string ("") if the control has not been attached to the tooltip control.
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also