GetDialogControlDpiChangeBehavior function user32

int GetDialogControlDpiChangeBehavior(
  1. int hWnd
)

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);