ASP.NET Pack Programmer's Guide
CheckBoxComponent.CheckedImageList Property
See Also
 





Gets or sets a list with images. Each image in the list represents the appearance of the check box in its checked state: 0 - normal, 1 - pressed, 2 - disabled, 3 - hovered.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public List<Image> CheckedImageList { get; set; }

Visual Basic  Copy Code

Public Property CheckedImageList As List(Of Image)

 Property Value

A list with Image objects.

 See Also

CheckBoxComponent Members
CheckBoxComponent Class
MindFusion.Diagramming.Components Namespace