Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CheckBoxCellType Class / Picture Property


In This Topic
    Picture Property (CheckBoxCellType)
    In This Topic
    Gets or sets the images for the states of the check box.
    Syntax
    'Declaration
     
    
    Public Property Picture As CheckBoxPicture
    'Usage
     
    
    Dim instance As CheckBoxCellType
    Dim value As CheckBoxPicture
     
    instance.Picture = value
     
    value = instance.Picture
    public CheckBoxPicture Picture {get; set;}
    See Also