Jump to content

WinIsControlEnabled: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 April 2025

  • curprev 14:1514:15, 9 April 2025 Martini talk contribs 2,644 bytes +2,644 Created page with "This function returns the state (enabled/disabled) of the specified item in the dialog template within a dialog box. ==Syntax==  WinIsControlEnabled(hwndDlg, usId) ==Parameters== ;hwndDlg (HWND) - Input : Dialog window handle. ;usId (USHORT) - Input : Identity of the specified item. ==Returns== ;rc (BOOL) - returns :Enabled-state indicator. :;TRUE ::Specified item is enabled. :;FALSE ::Specified item is disabled. ==Remarks== This macro expands to&colon...."