次の方法で共有


SystemInformation.MenuButtonSize プロパティ

メニュー バー ボタンのサイズ (ピクセル単位) を取得します。

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

プロパティ値

メニュー バー ボタンのサイズをピクセル単位で指定する Size

解説

このプロパティを使用して、マルチ ドキュメント インターフェイス アプリケーションで使用される子ウィンドウの閉じるボタンなどのメニュー ボタンのサイズを確認できます。メニュー ボタンのサイズは、 ToolWindowCaptionButtonSize から返されるキャプション ボタンのサイズの近似値になります。

必要条件

プラットフォーム: 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 | ToolWindowCaptionButtonSize | Size