Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Command Class / ImageIndex Property

In This Topic
    ImageIndex Property (C1Command)
    In This Topic
    Gets or sets the index of the command image (in C1CommandHolder.ImageList).
    Syntax
    'Declaration
     
    
    Public Property ImageIndex As Integer
    public int ImageIndex {get; set;}
    See Also