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

Gets or sets the image displayed in the control.

Syntax

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

Property Value

Image

Remarks

This image will be displayed in all states of the button, unless unique images are assigned to the respective image Over and Down properties.

The image assigned to this property will take priority over the value assigned to the ImageIndex property.

Requirements

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

See Also