Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / Image Property

In This Topic
    Image Property (C1TextBoxBase)
    In This Topic
    Gets or sets the image that is displayed on a C1.Win.Input.C1TextBox control.
    Syntax
    'Declaration
     
    
    Public Property Image As Image
    public Image Image {get; set;}
    See Also