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

Gets or sets the index value of the image to use in the button when in an over state (mouse cursor over the button).

Syntax

Visual Basic (Declaration) 
Public Overridable Property ImageIndexOver As Integer
C# 
public virtual int ImageIndexOver {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