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

Gets or sets the index value of the image to use in the button when in a down state.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ImageIndexDown As Integer
C# 
public virtual int ImageIndexDown {get; set;}

Property Value

Integer

Remarks

This value is relative to the ImageList assigned to the control the button is rendered in. The button itself does not have an image list.

Requirements

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

See Also