ComponentOne Data Source for Entity Framework
C1.Win.Data.Entities Namespace / C1DataSource Class / GetControlHandler Method
The control to get the control handler for.

In This Topic
    GetControlHandler Method
    In This Topic
    Gets the control handler the specified control is currently handled by.
    Syntax
    'Declaration
     
    
    Public Function GetControlHandler( _
       ByVal control As System.Windows.Forms.Control _
    ) As ControlHandler
    public ControlHandler GetControlHandler( 
       System.Windows.Forms.Control control
    )

    Parameters

    control
    The control to get the control handler for.

    Return Value

    The C1.Win.Data.ControlHandler that currently handles the specified control.
    See Also