PDA

View Full Version : Dynamically disabling Custom dialog UI elements



RobinHSanner
10-25-2002, 04:23 PM
Is there a way to dynamically set the enabled property to a UI element on a custom dialog based on the state of a different UI element?

I have a check box. If the check box is checked I want the following two text boxes disabled.

Robin
Thank you.

RobinHSanner
10-25-2002, 05:08 PM
Never mind I figured it out. On my text boxes I defined enable/disable actions that operated on the property that was associated with the check box.