Share via


EM_SETVIEWATTRIBUTES

Send Feedback

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: Pocket PC 2000 and later
Smartphone: None
OS Versions: Windows CE 3.0 and later
Header: richink.h
Library: richink.lib

See Also

RichInk Control Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.