Spread Windows Forms 12.0 Product Documentation
Picture Property (FpMultiOption)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpMultiOption Class : Picture Property
Gets or sets the pictures used for the different states of the option buttons.
Syntax
'Declaration
 
Public Property Picture As RadioPicture
'Usage
 
Dim instance As FpMultiOption
Dim value As RadioPicture
 
instance.Picture = value
 
value = instance.Picture
public RadioPicture Picture {get; set;}

Property Value

RadioPicture object containing the picture for the option buttons
See Also

Reference

FpMultiOption Class
FpMultiOption Members