SystemIcons

SystemIcons class

Chaque propriété de la classe SystemIcons est unIcon objet pour les icônes du système Windows. Cette classe ne peut pas être héritée.

public sealed class SystemIcons

Constructeurs

NomLa description
SystemIcons()Default_Constructor

Propriétés

NomLa description
static Application { get; }Obtient unIcon objet qui contient l’icône de l’application par défaut (WIN32 : IDI_APPLICATION).
static Asterisk { get; }Obtient unIcon objet contenant l’icône astérisque système (WIN32 : IDI_ASTERISK).
static Error { get; }Obtient unIcon objet contenant l’icône d’erreur système (WIN32 : IDI_ERROR).
static Exclamation { get; }Obtient unIcon objet qui contient l’icône d’exclamation système (WIN32 : IDI_EXCLAMATION).
static Hand { get; }Obtient unIcon objet contenant l’icône de la main système (WIN32 : IDI_HAND).
static Information { get; }Obtient unIcon objet contenant l’icône d’informations système (WIN32 : IDI_INFORMATION).
static Question { get; }Obtient unIcon objet contenant l’icône de question système (WIN32 : IDI_QUESTION).
static Shield { get; }Obtient un objet Icon qui contient l’icône du bouclier.
static Warning { get; }Obtient unIcon objet contenant l’icône d’avertissement système (WIN32 : IDI_WARNING).
static WinLogo { get; }Obtient unIcon objet contenant l’icône du logo Windows (WIN32 : IDI_WINLOGO).

Voir également