Spread Windows Forms 12.0 Product Documentation
IndeterminatePressed Property


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

Property Value

Image object containing the picture
See Also

Reference

CheckBoxPicture Class
CheckBoxPicture Members