BehaviorService.ControlRectInAdornerWindow(Control) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
System::Drawing::Rectangle ControlRectInAdornerWindow(System::Windows::Forms::Control ^ c);
public System.Drawing.Rectangle ControlRectInAdornerWindow(System.Windows.Forms.Control c);
member this.ControlRectInAdornerWindow : System.Windows.Forms.Control -> System.Drawing.Rectangle
Public Function ControlRectInAdornerWindow (c As Control) As Rectangle
パラメーター
戻り値
装飾ウィンドウ座標に平行移動された Rectangle の境界を表す Control。
注釈
装飾ウィンドウは、デザイナーのフレームの上に存在する透明なウィンドウです。 このウィンドウは、 によって BehaviorService すべてのメッセージをインターセプトするために使用されます。 また、 を描画 Glyphする統合キャンバスとしても機能します。