SELECTIONSTATE Struct
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.
public value class SELECTIONSTATE
public value class SELECTIONSTATE
struct SELECTIONSTATE
public struct SELECTIONSTATE
type SELECTIONSTATE = struct
Public Structure SELECTIONSTATE
- Inheritance
-
SELECTIONSTATE
Fields
dwFlags |
Combination of SELECTIONSTATEFLAGS enumeration values. |
dwReserved |
Reserved for future use. |
iActiveCol |
Index of the active column. |
iActiveLine |
Index of the active line. |
iAnchorCol |
Index of the anchor column. |
iAnchorLine |
Index of the anchor line. |