







|
| Vista Bridge Library for Managed code development |
| StockIcon Constructor (StockIconIdentifier) |
| StockIcon Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Creates a new StockIcon instance with the specified identifer.
Namespace:
Microsoft.SDK.Samples.VistaBridge.Library.StockIcons
Assembly:
VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public StockIcon( StockIconIdentifier identifier ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ identifier As StockIconIdentifier _ ) |
| Visual C++ |
|---|
public: StockIcon( StockIconIdentifier identifier ) |
Parameters
- identifier
- Type: Microsoft.SDK.Samples.VistaBridge.Library.StockIcons..::.StockIconIdentifier
A value that identifies the icon represented by this instance.
