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。