Preview:
// The control needs to be XU_Employee
form.DoctorID.LoadDataSource(XU_EmployeeSource.Create());

// Handle it
 form.DoctorID.OnButtonClick += (s, e) =>
{
    XF_EmployeeFinder.F_ShowLekar((doctID) =>
    {
        ((XU_Employee)s).EditValue = doctID;
    });
};
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter