ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / PickerLoadingEventArgs Class / Target Property

In This Topic
    Target Property (PickerLoadingEventArgs)
    In This Topic
    Gets the C1DockTabControl below the mouse.
    Syntax
    'Declaration
     
    Public ReadOnly Property Target As C1DockTabControl
    public C1DockTabControl Target {get;}
    Remarks
    The value of this property may be null.
    See Also