DATA_OBJECT_RENDER_HINT Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
DORH_DEFAULT | 0 | No hint information is available. |
DORH_MOVE_IN_SAME_DOC | 1 | Rendering was a Move operation in the same document. |
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_CLIPBOARD | 4 | General Paste from the system Clipboard (for example, CTRL+V). |
DORH_TOOLBOX | 8 | User double-clicked an item from the Toolbox. |
DORH_PREVIEW | 16 | Tentative preview. For example, using CTRL+SHIFT+V to cycle through the contents of the Clipboard. |
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: