C# Class Microsoft.ManagementConsole.SnapInImageList

Inheritance: ICollection, IEnumerable
显示文件 Open project: SiteView/ECC8.13 Class Usage Examples

Private Properties

Property Type Description
Notify void

Public Methods

Method Description
Add ( Image value, Color transparentColor ) : int
Add ( Icon value ) : void
Add ( Image value ) : void
AddStrip ( Image value ) : int
Clear ( ) : void
CopyTo ( Array array, int index ) : void
CopyTo ( SnapInImageList imageList, int index ) : void
GetEnumerator ( ) : IEnumerator
RemoveAt ( int index ) : void
this ( int index ) : Image

Private Methods

Method Description
Notify ( ) : void

Method Details

Add() public method

public Add ( Image value, Color transparentColor ) : int
value Image
transparentColor Color
return int

Add() public method

public Add ( Icon value ) : void
value System.Drawing.Icon
return void

Add() public method

public Add ( Image value ) : void
value Image
return void

AddStrip() public method

public AddStrip ( Image value ) : int
value Image
return int

Clear() public method

public Clear ( ) : void
return void

CopyTo() public method

public CopyTo ( Array array, int index ) : void
array System.Array
index int
return void

CopyTo() public method

public CopyTo ( SnapInImageList imageList, int index ) : void
imageList SnapInImageList
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

this() public method

public this ( int index ) : Image
index int
return Image