FalsePressed Property
FalsePressed
Gets or sets the picture (image) for the false pressed state of the check box.
Declaration
[TypeConverter(typeof(FpImageConverter))]
public Image FalsePressed { get; set; }
<TypeConverter(GetType(FpImageConverter))>
Public Property FalsePressed As Image