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