April 20, 2024

Dynamic Windows Function [dw_mle_set_auto_complete]

Syntax

void dw_mle_set_auto_complete(HWND handle, int state)

Parameters

HWND handle: Handle to the MLE.
int state: Bitwise combination of DW_MLE_COMPLETE_TEXT DW_MLE_COMPLETE_DASH DW_MLE_COMPLETE_QUOTE.

Description

Sets the word auto complete state of an MLE box.

Remarks

This API was introduced in version 3.1.