CompositeActivityDesigner.ExpandButtonRectangle 属性

定义

Rectangle获取包含展开或折叠按钮的项。

protected:
 virtual property System::Drawing::Rectangle ExpandButtonRectangle { System::Drawing::Rectangle get(); };
protected virtual System.Drawing.Rectangle ExpandButtonRectangle { get; }
member this.ExpandButtonRectangle : System.Drawing.Rectangle
Protected Overridable ReadOnly Property ExpandButtonRectangle As Rectangle

属性值

包含展开或折叠按钮的 A Rectangle

注解

用于 ExpandButtonRectangle 返回一个 Rectangle 描述屏幕区域,该区域将展开按钮括在一个 CompositeActivityDesigner上。 这对于检测鼠标事件以响应展开或折叠 CompositeActivityDesigner请求非常有用。

适用于