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

Gets or sets the index value of the image to use in the button.

Syntax

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