次の方法で共有


SequentialWorkflowRootDesigner.SmartTagRectangle プロパティ

定義

デザイナー画面上のスマート タグが表示される四角形を取得します。

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

プロパティ値

Rectangle

スマート タグの表示の境界を定義する Rectangle

注釈

ShowSmartTag によって指定された場所に使用可能な SmartTagVerbs のスマート タグを表示するには、DesignerActionsSmartTagRectangle を使用します。

適用対象