Prologue:My previous article discussed adding a custom control to a LightSwitch screen. In this part II, we shall see how to access the custom control added to the LightSwitch screen in Part I.We can take the LightSwitch demo application we created in part I of this article series. As we discussed in part I, create a demo application.We have added the custom control; if you want to do something with the control, we need to access the custom control.Editing Activated Method: To access the custom control, we have to go to code-behind of the screen.As shown in the figure, go to the "Activated" method of the "CreateNewPerson" screen.This method will be executed when the screen is active. So after loading the screen we can access the custom control so that we can do the stuff with the custom control.Accessing Custom Control:From the code snippet given below, we know how to access the custom control. Here,