次の方法で共有


SystemInformation.SmallIconSize プロパティ

小さいアイコンの推奨サイズ (ピクセル単位) を取得します。

Public Shared ReadOnly Property SmallIconSize As Size
[C#]
public static Size SmallIconSize {get;}
[C++]
public: __property static Size get_SmallIconSize();
[JScript]
public static function get SmallIconSize() : Size;

プロパティ値

小さいアイコンのサイズをピクセル単位で指定する Size

解説

SmallIconSize を使用して、Windows の小さいアイコンのサイズを確認できます。通常、小さいアイコンは、ウィンドウ キャプションまたは小さいアイコン表示の Windows エクスプローラに表示されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

SystemInformation クラス | SystemInformation メンバ | System.Windows.Forms 名前空間 | SystemInformation | Size