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