| Constructor and Description |
|---|
SystemIcons() |
| Modifier and Type | Method and Description |
|---|---|
static Icon |
getApplication()
Gets an
Icon object that contains the default application icon (WIN32: IDI_APPLICATION). |
static Icon |
getAsterisk()
Gets an
Icon object that contains the system asterisk icon (WIN32: IDI_ASTERISK). |
static Icon |
getError()
Gets an
Icon object that contains the system error icon (WIN32: IDI_ERROR). |
static Icon |
getExclamation()
Gets an
Icon object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION). |
static Icon |
getHand()
Gets an
Icon object that contains the system hand icon (WIN32: IDI_HAND). |
static Icon |
getInformation()
Gets an
Icon object that contains the system information icon (WIN32: IDI_INFORMATION). |
static Icon |
getQuestion()
Gets an
Icon object that contains the system question icon (WIN32: IDI_QUESTION). |
static Icon |
getShield()
Gets an Icon object that contains the shield icon.
|
static Icon |
getWarning()
Gets an
Icon object that contains the system warning icon (WIN32: IDI_WARNING). |
static Icon |
getWinLogo()
Gets an
Icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO). |
public static Icon getApplication()
Gets an Icon object that contains the default application icon (WIN32: IDI_APPLICATION).
Icon object that contains the default application icon.Icon object that contains the default application icon (WIN32: IDI_APPLICATION).public static Icon getAsterisk()
Gets an Icon object that contains the system asterisk icon (WIN32: IDI_ASTERISK).
Icon object that contains the system asterisk icon.Icon object that contains the system asterisk icon (WIN32: IDI_ASTERISK).public static Icon getError()
Gets an Icon object that contains the system error icon (WIN32: IDI_ERROR).
Icon object that contains the system error icon.Icon object that contains the system error icon (WIN32: IDI_ERROR).public static Icon getExclamation()
Gets an Icon object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION).
Icon object that contains the system exclamation icon.Icon object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION).public static Icon getHand()
Gets an Icon object that contains the system hand icon (WIN32: IDI_HAND).
Icon object that contains the system hand icon.Icon object that contains the system hand icon (WIN32: IDI_HAND).public static Icon getInformation()
Gets an Icon object that contains the system information icon (WIN32: IDI_INFORMATION).
Icon object that contains the system information icon.Icon object that contains the system information icon (WIN32: IDI_INFORMATION).public static Icon getQuestion()
Gets an Icon object that contains the system question icon (WIN32: IDI_QUESTION).
Icon object that contains the system question icon.Icon object that contains the system question icon (WIN32: IDI_QUESTION).public static Icon getShield()
Gets an Icon object that contains the shield icon.
Value: An Icon object that contains the shield icon.public static Icon getWarning()
Gets an Icon object that contains the system warning icon (WIN32: IDI_WARNING).
Icon object that contains the warning icon.Icon object that contains the system warning icon (WIN32: IDI_WARNING).Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.