ActivityDesigner.SmartTagRectangle 属性

定义

获取应在其中显示智能标记的矩形。Gets the rectangle where the smart tag should be displayed.

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

属性值

Rectangle

应显示智能标记位置的矩形。The rectangle where the smart tag should be displayed.

注解

ShowSmartTagSmartTagVerbs 一起使用,用于在 SmartTagRectangle 所指定的位置显示可用设计器操作的智能标记。Use together with ShowSmartTag and SmartTagVerbs to display a smart tag of available designer actions at the location specified by SmartTagRectangle.

适用于