EM_SETVIEWATTRIBUTES

The EM_SETVIEWATTRIBUTES message sets the view attributes of the RichInk control.

EM_SETVIEWATTRIBUTES
  wParam = (WPARAM) 0; 
  lParam = (LPARAM) (VIEWATTRIBUTES) pViewAttributes;

Parameters

  • pViewAttributes
    Points to a VIEWATTRIBUTES structure.

Return Values

None.

Remarks

#define EM_SETVIEWATTRIBUTES (WM_USER + 332)

Requirements

Pocket PC Platforms: Pocket PC 2000 and later
OS Versions: Windows CE 3.0 and later
Header: richink.h
Library: richink.lib

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.