ToolStripSplitButton.ButtonBounds 属性

定义

获取 ToolStripSplitButton 的标准按钮部分的大小和位置。

public:
 property System::Drawing::Rectangle ButtonBounds { System::Drawing::Rectangle get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Rectangle ButtonBounds { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ButtonBounds : System.Drawing.Rectangle
Public ReadOnly Property ButtonBounds As Rectangle

属性值

Rectangle

Rectangle,表示 ToolStripSplitButton 的标准按钮部分的大小和位置。

属性

适用于

另请参阅