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


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