Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

Defines values that specify the copy options of the Clipboard for IInkDisp.

Syntax

typedef enum InkClipboardModes {
	ICB_Copy = 0,
  ICB_Cut = 1, 
  ICB_Default = ICB_Copy
} InkClipboardModes;

Members

The following tables list the enumeration values.

Name Description

Copy

Copies the ink to the Clipboard.

For more information, see IInkDisp::ClipboardCopyand InkClipboardFormats.

Cut

Cuts the ink and copies it to the Clipboard.

Default

Specifies that the Copy mode is used.

Remarks

For more information about the clipboard, see Clipboards Reference.

Requirements

Header msinkaut.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later

See Also