Spread Windows Forms 12.0 Product Documentation
TrueDisabled Property


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

Property Value

Image object containing the picture
See Also

Reference

CheckBoxPicture Class
CheckBoxPicture Members