Question
Is it possible change some control's properties at run time?
Answer
Most properties are changeable at run time. A few are set as read only and can only be set at design time. Click here for example code that shows how to switch controls between hidden and visible by setting their Visible Properties to true or false.
Knowledge Base
FAQ