SPI_GETMENUDROPALIGNMENT top-level constant

  1. @Deprecated('Use SYSTEM_PARAMETERS_INFO_ACTION.SPI_GETMENUDROPALIGNMENT instead')
int const SPI_GETMENUDROPALIGNMENT

Determines whether pop-up menus are left-aligned or right-aligned, relative to the corresponding menu-bar item. The pvParam parameter must point to a BOOL variable that receives TRUE if right-aligned, or FALSE otherwise.

Implementation

@Deprecated(
    'Use SYSTEM_PARAMETERS_INFO_ACTION.SPI_GETMENUDROPALIGNMENT instead')
const SPI_GETMENUDROPALIGNMENT = 0x001B;