Class SystemIcons

SystemIcons class

SystemIcons クラスの各プロパティは、Icon Windows システム全体のアイコンのオブジェクト。このクラスは継承できません.

public sealed class SystemIcons

コンストラクター

名前説明
SystemIcons()デフォルトのコンストラクター。

プロパティ

名前説明
static Application { get; }を取得しますIconデフォルトのアプリケーション アイコンを含むオブジェクト (WIN32: IDI_APPLICATION).
static Asterisk { get; }を取得しますIconシステム アスタリスク アイコンを含むオブジェクト (WIN32: IDI_ASTERISK).
static Error { get; }を取得しますIconシステム エラー アイコンを含むオブジェクト (WIN32: IDI_ERROR).
static Exclamation { get; }を取得しますIconシステム感嘆符アイコンを含むオブジェクト (WIN32: IDI_EXCLAMATION).
static Hand { get; }を取得しますIconシステムの手のアイコンを含むオブジェクト (WIN32: IDI_HAND).
static Information { get; }を取得しますIconシステム情報アイコンを含むオブジェクト (WIN32: IDI_INFORMATION).
static Question { get; }を取得しますIconシステム質問アイコンを含むオブジェクト (WIN32: IDI_QUESTION).
static Shield { get; }盾のアイコンを含む Icon オブジェクトを取得します。
static Warning { get; }を取得しますIconシステム警告アイコンを含むオブジェクト (WIN32: IDI_WARNING).
static WinLogo { get; }を取得しますIcon Windows ロゴ アイコンを含むオブジェクト (WIN32: IDI_WINLOGO).

関連項目