System.Windows.Forms.ImageList.ImageCollection.SetKeyName C# (CSharp) Method

SetKeyName() public method

public SetKeyName ( int index, string name ) : void
index int
name string
return void
            public void SetKeyName(int index, string name)
            {
                _items[index].Key = name;
            }