LTE_TEXTDATAFLAGS 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.
Indicates how a data object is pasted.
This enumeration supports a bitwise combination of its member values.
public enum class LTE_TEXTDATAFLAGS
public enum class LTE_TEXTDATAFLAGS
enum LTE_TEXTDATAFLAGS
[System.Flags]
public enum LTE_TEXTDATAFLAGS
[<System.Flags>]
type LTE_TEXTDATAFLAGS =
Public Enum LTE_TEXTDATAFLAGS
- Inheritance
-
LTE_TEXTDATAFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
LTE_NORMAL | 0 | Normal (stream) mode data. |
LTE_BOX | 1 | Box (column) mode data. Text is inserted as a box. |
LTE_LINE | 2 | Line mode data. Text is inserted as whole lines only. This option inserts text in the same manner in which it is selected, if it is selected in line mode. |
Remarks
COM Signature
From textmgr.idl: