MB_RTLREADING top-level constant

  1. @Deprecated('Use MESSAGEBOX_STYLE.MB_RTLREADING instead')
int const MB_RTLREADING

Displays message and caption text using right-to-left reading order on Hebrew and Arabic systems.

Implementation

@Deprecated('Use MESSAGEBOX_STYLE.MB_RTLREADING instead')
const MB_RTLREADING = 0x00100000;