Home
last modified time | relevance | path

Searched refs:Button_IsEnabled (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/msconfig_new/comctl32ex/
H A Dcomctl32supp.h14 #define Button_IsEnabled(hwndCtl) IsWindowEnabled((hwndCtl)) macro
/reactos/base/applications/msconfig_new/
H A Dtoolspage.cpp264 if ( (Button_IsEnabled(GetDlgItem(hToolsPage, IDC_CBX_TOOLS_ADVOPT))) && in Update_States()
302 if ( (Button_IsEnabled(GetDlgItem(hToolsPage, IDC_CBX_TOOLS_ADVOPT))) && in RunSelectedTool()