SS_NOTIFY top-level constant

  1. @Deprecated('Use STATIC_STYLES.SS_NOTIFY instead')
int const SS_NOTIFY

Sends the parent window STN_CLICKED, STN_DBLCLK, STN_DISABLE, and STN_ENABLE notification codes when the user clicks or double-clicks the control.

Implementation

@Deprecated('Use STATIC_STYLES.SS_NOTIFY instead')
const SS_NOTIFY = 0x00000100;