April 20, 2024

Dynamic Windows Function [dw_mle_set_word_wrap]

Syntax

void dw_mle_set_word_wrap(HWND handle, int state)

Parameters

HWND handle: Handle to the MLE.
int state: TRUE if it wraps, FALSE if it doesn't.

Description

Sets the word wrap state of an MLE box.

Remarks

Prior to version 3.1 this function was not supported under Windows.

This function requires RichEdit based MLEs to function on Windows. If RichEdit is not supported or disabled with dw_feature_set(DW_FEATURE_MLE_RICH_EDIT, DW_FEATURE_DISABLED); it will not function.