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的大小和位置的 AToolStripSplitButton。
- 属性