usnotifycode (USHORT)
MLN_TEXTOVERFLOW
The default rc of FALSE causes the default error handling, which is to ignore the key stroke, and beep.
An rc of TRUE implies that corrective action has been taken (such as deleting existing text or raising the limit) and the WM_CHAR (in Multiline Entry Fields) should be reprocessed as if just entered.
The default rc of FALSE causes the default error handling, which is to ignore the key stroke, and beep.
An rc of TRUE implies that corrective action has been taken (such as changing to a smaller font or raising the limit) and the WM_CHAR (in Multiline Entry Fields) should be reprocessed as if just entered.
The default rc of FALSE causes the default error handling, which is to ignore the key stroke, and beep.
An rc of TRUE implies that corrective action has been taken (such as changing to a smaller font or raising the limit) and the WM_CHAR (in Multiline Entry Fields) should be reprocessed as if just entered.
This can be caused by:
MLN_HSCROLLIf the owner returns an rc of TRUE, the mouse move is assumed to have been processed by the owner and no further action need be taken.
If the owner returns an rc of FALSE, the MLE performs a default action appropriate to each different mouse action.
The exceptions to this are all mouse messages that occur after a button-down inside the margin, until and including the matching button-up. Conceptually the drag (button-down until button-up) is a single macro event. Therefore, if FALSE is returned for a button-down event, no further margin notifications are given until after the drag has ended (button-up).
Note: If the application receives a notification of button-down in the margin and processes it, it must capture the mouse until the button-up event.