DATA_OBJECT_RENDER_HINT Enum

Definition

Specifies view or action options for the data object being rendered.

public enum class DATA_OBJECT_RENDER_HINT
public enum class DATA_OBJECT_RENDER_HINT
enum DATA_OBJECT_RENDER_HINT
public enum DATA_OBJECT_RENDER_HINT
type DATA_OBJECT_RENDER_HINT = 
Public Enum DATA_OBJECT_RENDER_HINT
Inheritance
DATA_OBJECT_RENDER_HINT

Fields

DORH_CLIPBOARD 4

General Paste from the system Clipboard (for example, CTRL+V).

DORH_DEFAULT 0

No hint information is available.

DORH_DROP 2

General Drag and Drop operation. This includes Drag and Drop from the Toolbox as well as DORH_MOVE_IN_SAME_DOC.

DORH_MOVE_IN_SAME_DOC 1

Rendering was a Move operation in the same document.

DORH_PREVIEW 16

Tentative preview. For example, using CTRL+SHIFT+V to cycle through the contents of the Clipboard.

DORH_TOOLBOX 8

User double-clicked an item from the Toolbox.

Remarks

Provides a hint indicating the action or view that resulted in the rendering of the data object. An example of an action is a Paste operation. An example of a view is the Clipboard.

COM Signature

From textmgr.idl:

Applies to