ToolTipText Property (JComponent)

Class

JComponent.

Action

Gets the tool tip text of a Swing component.

Syntax

C#
protected String ToolTipText { get; }
VB
'Declaration
Protected Read Property ToolTipText As String

Access

Read only.

Examples

VB

Dim toolTipText As String = Component.ToolTipText