Gets the control that is currently capturing by the mouse, if any.
命名空间:
CPF.Input
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法public UIElement Captured { get; protected set; }
属性值
类型:
UIElement
备注
When an element captures the mouse, it recieves mouse input whether the cursor is
within the control's bounds or not. To set the mouse capture, call the
Capture(UIElement) method.
参见