SELECTIONSTATEFLAGS 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.
Represents the state of a selection so that it can be restored to that state.
This enumeration supports a bitwise combination of its member values.
public enum class SELECTIONSTATEFLAGS
public enum class SELECTIONSTATEFLAGS
enum SELECTIONSTATEFLAGS
[System.Flags]
public enum SELECTIONSTATEFLAGS
[<System.Flags>]
type SELECTIONSTATEFLAGS =
Public Enum SELECTIONSTATEFLAGS
- Inheritance
-
SELECTIONSTATEFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
ssfDefault | 0 | Default selection state. |
ssfColumn | 1 | This is a column selection state. |
Remarks
COM Signature
From textmgr.idl: