Search
CheckBox.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.Manipulators
Assembly: 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 of Image objects.

 See Also