ToolStripSplitButton.DropDownButtonBounds プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ToolStripSplitButton のドロップダウン ボタン部分のサイズと位置を画面座標で取得します。
public:
property System::Drawing::Rectangle DropDownButtonBounds { System::Drawing::Rectangle get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Rectangle DropDownButtonBounds { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DropDownButtonBounds : System.Drawing.Rectangle
Public ReadOnly Property DropDownButtonBounds As Rectangle
プロパティ値
Rectangle のドロップダウン ボタン部分のサイズと位置を画面座標で表す ToolStripSplitButton。
- 属性