BehaviorService.ControlRectInAdornerWindow(Control) Method

Definition

Returns the bounding Rectangle of a Control.

C#
public System.Drawing.Rectangle ControlRectInAdornerWindow(System.Windows.Forms.Control c);

Parameters

c
Control

The Control to translate.

Returns

The bounding Rectangle of a Control translated to the adorner window coordinates.

Remarks

The adorner window is a transparent window that resides on top of the designer's frame. This window is used by the BehaviorService to intercept all messages. It also serves as a unified canvas on which to paint a Glyph.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also