Accessing controls of MDI form in a class(c#)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ShilpaChougule
    New Member
    • Mar 2013
    • 1

    Accessing controls of MDI form in a class(c#)

    I have an MDI form with buttons.I want to access these buttons in a class file to change their visibility(enab le=true/false) at the time of loading and disposing the form
Working...