dbicDate Send comments on this topic.
ImageDown Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiButtonControl Class : ImageDown Property

Gets or sets the image to display in the button when it is in a down state.

Syntax

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

Property Value

Image

Remarks

This property will take priority over the ImageIndexDown property of the control.

Requirements

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

See Also