MobileForms Toolkit Documentation

ButtonCell.ImageList Property

Gets or sets the image list.

public System.Windows.Forms.ImageList ImageList {get; set;}

Property Value

The ImageList containing the images drawn by the button.

Remarks

Note   Images from the image list are cached for the better performance, so be sure to set the ImageList property again, when some changes were made in the image list. Or call ResetImageCache metohd to clear cache.

See Also

ButtonCell Class | Resco.Controls.AdvancedComboBox Namespace