Gets the control handler the specified control is currently handled by.

Namespace:  C1.Win.Data.Entities
Assembly:  C1.Win.Data.Entity (in C1.Win.Data.Entity.dll)

Syntax

C#
public ControlHandler GetControlHandler(
	Control control
)
Visual Basic
Public Function GetControlHandler ( _
	control As Control _
) As ControlHandler

Parameters

control
Type: System.Windows.Forms..::..Control
The control to get the control handler for.

Return Value

The ControlHandler that currently handles the specified control.

See Also