C# Class Microsoft.ManagementConsole.SnapInImageList

Inheritance: ICollection, IEnumerable
Afficher le fichier Open project: SiteView/ECC8.13 Class Usage Examples

Private Properties

Свойство Type Description
Notify void

Méthodes publiques

Méthode 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

Méthode Description
Notify ( ) : void

Method Details

Add() public méthode

public Add ( Image value, Color transparentColor ) : int
value Image
transparentColor Color
Résultat int

Add() public méthode

public Add ( Icon value ) : void
value System.Drawing.Icon
Résultat void

Add() public méthode

public Add ( Image value ) : void
value Image
Résultat void

AddStrip() public méthode

public AddStrip ( Image value ) : int
value Image
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

CopyTo() public méthode

public CopyTo ( SnapInImageList imageList, int index ) : void
imageList SnapInImageList
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : Image
index int
Résultat Image