[This is preliminary documentation and is subject to change.]
Checks whether the icon has already been retrieved.
Namespace:
Microsoft.SDK.Samples.VistaBridge.Library.StockIcons
Assembly:
VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Sub Check |
| Visual C++ |
|---|
protected:
void Check() |
Remarks
Exceptions
| Exception | Condition |
|---|
| System..::.InvalidOperationException | You cannot modify the properties of a StockIcon object after its bitmap has been created. |
See Also