







|
| Vista Bridge Library for Managed code development |
| StockIcon Constructor (StockIconIdentifier, StockIconOptions) |
| StockIcon Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Creates a new StockIcon instance with the
specified
StockIconIdentifier and StockIconOptions values.
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, StockIconOptions options ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ identifier As StockIconIdentifier, _ options As StockIconOptions _ ) |
| Visual C++ |
|---|
public: StockIcon( StockIconIdentifier identifier, StockIconOptions options ) |
Parameters
- identifier
- Type: Microsoft.SDK.Samples.VistaBridge.Library.StockIcons..::.StockIconIdentifier
A value that identifies the icon represented by this instance.
- options
- Type: Microsoft.SDK.Samples.VistaBridge.Library.StockIcons..::.StockIconOptions
A set of values that controls the visual representation of the icon.
