Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / ImageKey Property

In This Topic
    ImageKey Property (C1TextBox)
    In This Topic
    Gets or sets the key accessor for the image in the C1.Win.Input.Base.C1TextBoxBase.ImageList.
    Syntax
    'Declaration
     
    
    Public Property ImageKey As String
    public string ImageKey {get; set;}
    See Also