_QuerySendCommitFlags 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 whether an ENTER triggers a text change commit event.
This enumeration supports a bitwise combination of its member values.
public enum class _QuerySendCommitFlags
public enum class _QuerySendCommitFlags
enum _QuerySendCommitFlags
[System.Flags]
public enum _QuerySendCommitFlags
[<System.Flags>]
type _QuerySendCommitFlags =
Public Enum _QuerySendCommitFlags
- Inheritance
-
_QuerySendCommitFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
QSCF_DO_SEND_ENTER_COMMIT | 0 | CRLF triggers a commit. |
QSCF_DO_NOT_SEND_ENTER_COMMIT | 1 | CRLF does not trigger a commit. |
Remarks
COM Signature
From textmgr.idl: