Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / CapturedElement Property

In This Topic
    CapturedElement Property (C1TextBox)
    In This Topic
    Gets or sets the element that receives all mouse events.
    Syntax
    'Declaration
     
    
    Protected Property CapturedElement As Element
    protected Element CapturedElement {get; set;}
    See Also