ComboBox enabled or not ?

Started by Jean-Pierre LEROY, March 11, 2007, 06:52:09 PM

Previous topic - Next topic

Jean-Pierre LEROY

Hello,

I can use FF_Control_Disable or FF_Control_Enable to disable or enable a ComboBox control.

Later in my program, I want to check if a ComboBox control is enabled or not ? how can I do that ?

Thank you.
Jean-Pierre

TechSupport

Use the IsWindowEnabled api function.


IsEnabled = IsWindowEnabled( HWND_FORM1_COMBO1 )