ToolStripItem.Bounds 属性

定义

获取项的大小和位置。

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

属性值

Rectangle

一个 Rectangle,它表示 ToolStripItem 的大小和位置。

属性

注解

使用 Bounds 属性确定 . 的大小和位置 ToolStripItem

与其他控件不同, ToolStripItem 没有属性可用于设置 ToolStripItem 相对于左上角的 ToolStrip左上角。 如果需要设置绝对 ToolStripItem位置,则必须重写 ToolStrip 并定义该方法的 SetItemLocation 自定义实现。

适用于

另请参阅