Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / Picture Property


In This Topic
    Picture Property (FpCheckBox)
    In This Topic
    Gets or sets the array of pictures to use as the check box image.
    Syntax
    'Declaration
     
    
    Public Overridable Property Picture As CheckBoxPicture
    'Usage
     
    
    Dim instance As FpCheckBox
    Dim value As CheckBoxPicture
     
    instance.Picture = value
     
    value = instance.Picture
    public virtual CheckBoxPicture Picture {get; set;}
    See Also