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


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