Spread Windows Forms 12.0 Product Documentation
True Property (CheckBoxPicture)


FarPoint.Win Assembly > FarPoint.Win Namespace > CheckBoxPicture Class : True Property
Gets or sets the picture (image) for the true state of the check box.
Syntax
'Declaration
 
Public Property True As Image
'Usage
 
Dim instance As CheckBoxPicture
Dim value As Image
 
instance.True = value
 
value = instance.True
public Image True {get; set;}

Property Value

Image object containing the picture
See Also

Reference

CheckBoxPicture Class
CheckBoxPicture Members