InkClipboardModes
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::ClipboardCopy and 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 |