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

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

Syntax

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

Property Value

Image

Remarks

This property will take priority over the ImageIndexOver property

Requirements

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

See Also