Share via


Edit_SetExtendedStyle

Send Feedback

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

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 Values

Returns the styles to which the window was already set.

Requirements

Smartphone: Smartphone 2002 and later.
OS Versions: Windows CE 3.0 and later.
Header: windowsm.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.