Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpMultiOption Class / Picture Property


In This Topic
    Picture Property (FpMultiOption)
    In This Topic
    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;}
    See Also