Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / BackgroundImage Property


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