Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

This function sets the extended style information for the specified window.

Syntax

void Edit_SetExtendedStyle(
  HWND 
hwndCtl,
  DWORD 
dwMask,
  DWORD 
dwExStyle
);

Parameters

hwndCtl

The window for which the style will be set.

dwMask

The mask for accessing the style setting.

dwExStyle

The extended style to which the window will be set.

Value Description

ES_EX_CLEARONBACKPRESSHOLD

Clear all contents when the user presses and holds the Back key.

ES_EX_FOCUSBORDERDISABLED

Prevent control from drawing a border when window gains focus.

Return Value

Returns the styles to which the window was already set.

Requirements

Header windowsm.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Smartphone 2002 and later

See Also

Reference

Shell Functions