Microsoft.ManagementConsole.SnapInImageList.Add C# (CSharp) Method

Add() public method

public Add ( Image value, Color transparentColor ) : int
value Image
transparentColor Color
return int
        public int Add(Image value, Color transparentColor)
        {
            int num = this._innerList.Images.Add(value, transparentColor);
            this.Notify();
            return num;
        }

Same methods

SnapInImageList::Add ( Icon value ) : void
SnapInImageList::Add ( Image value ) : void