GetSelectedAtomFlags Enum

Definition

Specifies when to match a selected atom.

This enumeration supports a bitwise combination of its member values.

public enum class GetSelectedAtomFlags
public enum class GetSelectedAtomFlags
enum GetSelectedAtomFlags
[System.Flags]
public enum GetSelectedAtomFlags
[<System.Flags>]
type GetSelectedAtomFlags = 
Public Enum GetSelectedAtomFlags
Inheritance
GetSelectedAtomFlags
Attributes

Fields

gsaDefault 0

Matches an atom when the selection is 1) empty and to the left of it, or 2) exactly selecting it.

Remarks

COM Signature

From textmgr.idl:

Applies to