C# 클래스 Microsoft.WindowsAPICodePack.Shell.StockIcon

Represents a standard system icon.
상속: IDisposable
파일 보기 프로젝트 열기: dlech/SshAgentLib 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Release the native objects

StockIcon ( StockIconIdentifier id ) : System

Creates a new StockIcon instance with the specified identifer, default size and no link overlay or selected states.

StockIcon ( StockIconIdentifier id, StockIconSize size, bool isLinkOverlay, bool isSelected ) : System

Creates a new StockIcon instance with the specified identifer and options.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Release the native and managed objects

비공개 메소드들

메소드 설명
GetHIcon ( ) : IntPtr
UpdateHIcon ( ) : void

메소드 상세

Dispose() 공개 메소드

Release the native objects
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Release the native and managed objects
protected Dispose ( bool disposing ) : void
disposing bool Indicates that this is being called from Dispose(), rather than the finalizer.
리턴 void

StockIcon() 공개 메소드

Creates a new StockIcon instance with the specified identifer, default size and no link overlay or selected states.
public StockIcon ( StockIconIdentifier id ) : System
id StockIconIdentifier A value that identifies the icon represented by this instance.
리턴 System

StockIcon() 공개 메소드

Creates a new StockIcon instance with the specified identifer and options.
public StockIcon ( StockIconIdentifier id, StockIconSize size, bool isLinkOverlay, bool isSelected ) : System
id StockIconIdentifier A value that identifies the icon represented by this instance.
size StockIconSize A value that indicates the size of the stock icon.
isLinkOverlay bool A bool value that indicates whether the icon has a link overlay.
isSelected bool A bool value that indicates whether the icon is in a selected state.
리턴 System