GetDialogControlDpiChangeBehavior function user32
Retrieves and per-monitor DPI scaling behavior overrides of a child window in a dialog.
DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS GetDialogControlDpiChangeBehavior(
HWND hWnd
);
Implementation
int GetDialogControlDpiChangeBehavior(int hWnd) =>
_GetDialogControlDpiChangeBehavior(hWnd);