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

属性值

Rectangle

包含展开或折叠按钮的 Rectangle

注解

使用 ExpandButtonRectangle 可返回一个 Rectangle,它描述在 CompositeActivityDesigner 上包含展开按钮的屏幕区域。 它对于检测鼠标事件以响应您的请求以便展开或折叠 CompositeActivityDesigner 很有用。

适用于