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요청에 반응하는 데 유용합니다.

적용 대상