SystemPens::HighlightText Property

 

Gets a Pen that is the color of the text of selected items.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property Pen^ HighlightText {
	static Pen^ get();
}

Property Value

Type: System.Drawing::Pen^

A Pen that is the color of the text of selected items.

Selected items may include menu items as well as selected text. For example, the pen may be the color used for the text of selected items in a list box.

The following code example demonstrates how to use the HighlightText property. To run this example, paste it into a Windows Form. Handle the form’s Paint event and call the DrawWithHighlightTextPen method from the Paint event-handling method, passing e as PaintEventArgs.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: