InfoText Property
InfoText
Gets a ColorPen object that is the color of the text of a ToolTip.
Declaration
public static Pen InfoText { get; }
Public Shared ReadOnly Property InfoText As Pen
Property Value
| Type |
Description |
| Pen |
A ColorPen object that is the color of the text of a ToolTip.
|