Check Method
From Vista Bridge Library
| Vista Bridge Library for Managed code development |
| StockIcon..::.Check Method |
| StockIcon Class See Also Send Feedback |
[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
| C# |
|---|
protected void Check() |
| Visual Basic (Declaration) |
|---|
Protected Sub Check |
| Visual C++ |
|---|
protected: void Check() |
Remarks
This method
is used by property setters to ensure that property
values are not modified after the icon has been retrieved.
Exceptions
| Exception | Condition |
|---|---|
| You cannot modify the properties of a StockIcon object after its bitmap has been created. |