







|
| Vista Bridge Library for Managed code development |
| TaskDialogStandardIcon Enumeration |
| See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Specifies the icon displayed in a task dialog.
Namespace:
Microsoft.SDK.Samples.VistaBridge.Library
Assembly:
VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public enum TaskDialogStandardIcon |
| Visual Basic (Declaration) |
|---|
Public Enumeration TaskDialogStandardIcon |
| Visual C++ |
|---|
public enum class TaskDialogStandardIcon |
Members
| Member name | Description | |
|---|---|---|
| Warning |
Displays the warning icon.
| |
| Error |
Displays the error icon.
| |
| Information |
Displays the Information icon.
| |
| Shield |
Displays the User Account Control shield.
|
