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

In This Topic
    ImageList Property (NavItem)
    In This Topic
    Gets or sets the System.Windows.Forms.ImageList that contains the System.Drawing.Image displayed on an item.
    Syntax
    'Declaration
     
    
    Public Property ImageList As ImageList
    public ImageList ImageList {get; set;}
    See Also