ToolStripSplitButton.DropDownButtonBounds プロパティ

定義

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

プロパティ値

ToolStripSplitButtonのドロップダウン ボタン部分のサイズと位置を画面座標で表すRectangle

属性

適用対象

こちらもご覧ください