Spread Windows Forms 12.0 Product Documentation
False Property (CheckBoxPicture)


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

Property Value

Image object containing the picture
See Also

Reference

CheckBoxPicture Class
CheckBoxPicture Members