ItemDrawInfo.AlternateFont Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the desire to use the alternate font for this list item.
public:
property bool AlternateFont { bool get(); void set(bool value); };
public bool AlternateFont { get; set; }
member this.AlternateFont : bool with get, set
Public Property AlternateFont As Boolean