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


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