BehaviorService.ControlRectInAdornerWindow(Control) メソッド

定義

Rectangle の境界 Control を返します。

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

パラメーター

c
Control

移動する Control

戻り値

装飾ウィンドウ座標に平行移動された Rectangle の境界を表す Control

注釈

装飾ウィンドウは、デザイナーのフレームの上に存在する透明なウィンドウです。 このウィンドウは、 によって BehaviorService すべてのメッセージをインターセプトするために使用されます。 また、 を描画 Glyphする統合キャンバスとしても機能します。

適用対象

こちらもご覧ください