SystemBrushes.InfoText Property

Definition

Gets a SolidBrush that is the color of the text of a ToolTip.

public:
 static property System::Drawing::Brush ^ InfoText { System::Drawing::Brush ^ get(); };
public static System.Drawing.Brush InfoText { get; }
static member InfoText : System.Drawing.Brush
Public Shared ReadOnly Property InfoText As Brush

Property Value

A SolidBrush is the color of the text of a ToolTip.

Applies to