RoundComboBoxImageIndex Property

Determines index of the image used instead of RoundComboBox's arrow.

Definition

Namespace: BeeMobile.RoundComboBox
Assembly: BeeMobile.RoundComboBox.NET48 (in BeeMobile.RoundComboBox.NET48.dll) Version: 4.8.2.24
C#
public int ImageIndex { get; set; }

Property Value

Int32

Remarks

Image is retrieved from PngImageList object.

See Also