C# 클래스 Microsoft.ManagementConsole.SnapInImageList

상속: ICollection, IEnumerable
파일 보기 프로젝트 열기: SiteView/ECC8.13 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Notify void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Notify ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( Image value, Color transparentColor ) : int
value Image
transparentColor Color
리턴 int

Add() 공개 메소드

public Add ( Icon value ) : void
value System.Drawing.Icon
리턴 void

Add() 공개 메소드

public Add ( Image value ) : void
value Image
리턴 void

AddStrip() 공개 메소드

public AddStrip ( Image value ) : int
value Image
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CopyTo() 공개 메소드

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

CopyTo() 공개 메소드

public CopyTo ( SnapInImageList imageList, int index ) : void
imageList SnapInImageList
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

this() 공개 메소드

public this ( int index ) : Image
index int
리턴 Image