Why is the control inaccessible due to its protection level?

This is the default property for controls and can be solved by:

  1. Going into Design-View for the Form that contains the specified Control
  2. Then changing the Control’s Modifiers property to Public or Internal.

Control Properties > Modifiers Screenshot

Leave a Comment