Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Release the native and managed objects
|
Method | Description | |
---|---|---|
GetHIcon ( ) : |
||
UpdateHIcon ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Indicates that this is being called from Dispose(), rather than the finalizer. |
return | void |
public StockIcon ( StockIconIdentifier id ) : System | ||
id | StockIconIdentifier | A value that identifies the icon represented by this instance. |
return | System |
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. |
return | System |