BehaviorService.ControlRectInAdornerWindow(Control) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
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
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.