Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / CheckBoxPicture Class / FalsePressed Property


In This Topic
    FalsePressed Property (CheckBoxPicture)
    In This Topic
    Gets or sets the picture (image) for the false pressed state of the check box.
    Syntax
    'Declaration
     
    
    Public Property FalsePressed As Image
    'Usage
     
    
    Dim instance As CheckBoxPicture
    Dim value As Image
     
    instance.FalsePressed = value
     
    value = instance.FalsePressed
    public Image FalsePressed {get; set;}
    See Also