dbicExplorerBar Send comments on this topic.
ListHeaderImage Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : ListHeaderImage Property

Gets or sets the image used for the background of the list headers/title areas.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ListHeaderImage As Image
C# 
public virtual Image ListHeaderImage {get; set;}

Property Value

Image

Remarks

If an image is supplied to this property, all other list properties concerning the painting of a list header with the exception of the list font and fore color properties will be ignored.

This property is only valid when ControlType Property is Explorer


Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also