Partager via


EM_SETINKLAYER

4/8/2010

The EM_SETINKLAYER message sets the page style, such as including ruled lines, of the RichInk Control.

Syntax

EM_SETINKLAYER
  wParam = (WPARAM) (UINT) inkLayer; 
    lParam = (LPARAM) 0;

Parameters

  • inkLayer
    Ink Layer to set (VL_* constants).
  • lParam
    Reserved; set to 0.

Return Value

Returns the previous Ink Layer.

Remarks

#define EM_SETINKLAYER (WM_USER + 288)

Requirements

Header richink.h
Library richink.lib
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2000 and later

See Also

Concepts

RichInk Control Messages