Spread Windows Forms 12.0 Product Documentation
FalsePressed Property (RadioPicture)


FarPoint.Win Assembly > FarPoint.Win Namespace > RadioPicture Class : FalsePressed Property
Gets or sets the image used for the false pressed state.
Syntax
'Declaration
 
Public Property FalsePressed As Image
'Usage
 
Dim instance As RadioPicture
Dim value As Image
 
instance.FalsePressed = value
 
value = instance.FalsePressed
public Image FalsePressed {get; set;}

Property Value

Image object containing the button image
See Also

Reference

RadioPicture Class
RadioPicture Members