Share via


IM_VOICEBAR

The IM_VOICEBAR message is used to show or hide the VoiceBar control.

IM_VOICEBAR
  wParam = TRUE or FALSE; 
  lParam = 0;

Parameters

  • wParam
    Set to either TRUE or FALSE. TRUE shows the VoiceBar, FALSE hides the VoiceBar.
  • lParam
    Reserved; set to 0.

Return Values

This message does not return a value.

Remarks

Many of the standard EM_* messages are supported by passing them through to the RichInk control. See the RichInk.h header file for a specific list of messages that are supported.

Requirements

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

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.