CompositeActivityDesigner.ExpandButtonRectangle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含展开或折叠按钮的 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。
注解
使用 ExpandButtonRectangle 可返回一个 Rectangle,它描述在 CompositeActivityDesigner 上包含展开按钮的屏幕区域。 它对于检测鼠标事件以响应您的请求以便展开或折叠 CompositeActivityDesigner 很有用。