







![]() ![]() |
Vista Bridge Library for Managed code development |
StockIcon..::.Identifier Property |
StockIcon Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Gets or sets a value that indicates which
standard icon is represented by this instance.
Namespace:
Microsoft.SDK.Samples.VistaBridge.Library.StockIcons
Assembly:
VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public StockIconIdentifier Identifier { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Identifier As StockIconIdentifier |
Visual C++ |
---|
public: property StockIconIdentifier Identifier { StockIconIdentifier get (); void set (StockIconIdentifier value); } |
Field Value
A StockIconIdentifier value.
Exceptions
Exception | Condition |
---|---|
You cannot modify the properties of a StockIcon object after its bitmap has been created. |