Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / Picture Property


In This Topic
    Picture Property (GeneralEditor)
    In This Topic
    Gets or sets the picture to display in the edit control.
    Syntax
    'Declaration
     
    
    Public Overridable Property Picture As Image
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As Image
     
    instance.Picture = value
     
    value = instance.Picture
    public virtual Image Picture {get; set;}
    See Also