Class SystemIcons
Contents
[
Hide
]SystemIcons class
Each property of the SystemIcons class is an Icon object for Windows system-wide icons. This class cannot be inherited.
public sealed class SystemIcons
Constructors
| Name | Description |
|---|---|
| SystemIcons() | The default constructor. |
Properties
| Name | Description |
|---|---|
| static Application { get; } | Gets an Icon object that contains the default application icon (WIN32: IDI_APPLICATION). |
| static Asterisk { get; } | Gets an Icon object that contains the system asterisk icon (WIN32: IDI_ASTERISK). |
| static Error { get; } | Gets an Icon object that contains the system error icon (WIN32: IDI_ERROR). |
| static Exclamation { get; } | Gets an Icon object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION). |
| static Hand { get; } | Gets an Icon object that contains the system hand icon (WIN32: IDI_HAND). |
| static Information { get; } | Gets an Icon object that contains the system information icon (WIN32: IDI_INFORMATION). |
| static Question { get; } | Gets an Icon object that contains the system question icon (WIN32: IDI_QUESTION). |
| static Shield { get; } | Gets an Icon object that contains the shield icon. |
| static Warning { get; } | Gets an Icon object that contains the system warning icon (WIN32: IDI_WARNING). |
| static WinLogo { get; } | Gets an Icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO). |
See Also
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common