Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator Namespace / C1DbNavigator Class / ImageList Property

In This Topic
    ImageList Property (C1DbNavigator)
    In This Topic
    Gets or sets the System.Windows.Forms.ImageList that contains the images used by the control.
    Syntax
    'Declaration
     
    
    Public Property ImageList As ImageList
    public ImageList ImageList {get; set;}
    See Also