Spread Windows Forms 12.0 Product Documentation
FalseDisabled Property


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

Property Value

Image object containing the picture
See Also

Reference

CheckBoxPicture Class
CheckBoxPicture Members