Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / RadioPicture Class / True Property


In This Topic
True Property (RadioPicture)
In This Topic
Gets or sets the image used for the true state.
Syntax
'Declaration
 
Public Property True As Image
 
'Usage
 
Dim instance As RadioPicture
Dim value As Image
 
instance.True = value
 
value = instance.True
See Also