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


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