SystemPens::GrayText Property
.NET Framework (current version)
Gets a Pen that is the color of dimmed text.
Assembly: System.Drawing (in System.Drawing.dll)
Items in a list that are disabled are displayed in dimmed text.
The following code example demonstrates how to use the GrayText property. To run this example, paste it into a Windows Form. Handle the form’s Paint event and call the DrawWithGrayTextPen method from the Paint event-handling method, passing e as PaintEventArgs.
.NET Framework
Available since 1.1
Available since 1.1
Show: