Spread Windows Forms 12.0 Product Documentation
TruePressed Property (RadioPicture)


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

Property Value

Image object containing the button image
See Also

Reference

RadioPicture Class
RadioPicture Members