SystemBrushes.HighlightText Propriedade

Definição

Obtém um SolidBrush que é a cor do texto dos itens selecionados.Gets a SolidBrush that is the color of the text of selected items.

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

Valor da propriedade

Brush

Um SolidBrush que é a cor do texto dos itens selecionados.A SolidBrush that is the color of the text of selected items.

Comentários

Os itens selecionados podem incluir itens de menu, bem como texto selecionado.Selected items may include menu items as well as selected text. Por exemplo, o pincel pode ser a cor usada para o texto dos itens selecionados em uma caixa de listagem.For example, the brush may be the color used for the text of selected items in a list box.

Aplica-se a