BehaviorService.ControlRectInAdornerWindow(Control) Methode

Definition

Gibt das umschließende Rectangle eines Control zurück.

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

Parameter

c
Control

Der zu verschiebende Control.

Gibt zurück

Das umschließende Rectangle eines Control, das in Gestaltungsfensterkoordinaten umgewandelt wird.

Hinweise

Das Dekorfenster ist ein transparentes Fenster, das sich auf dem Rahmen des Designers befindet. Dieses Fenster wird von verwendet BehaviorService , um alle Nachrichten abzufangen. Es dient auch als einheitlicher Canvas, auf dem ein Glyphgemalt werden soll.

Gilt für:

Weitere Informationen