TableEntryNavigationBehavior 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 the possible enumeration values that controls the navigation behavior on entries.
This enumeration supports a bitwise combination of its member values.
public enum class TableEntryNavigationBehavior
public enum class TableEntryNavigationBehavior
enum TableEntryNavigationBehavior
[System.Flags]
public enum TableEntryNavigationBehavior
[<System.Flags>]
type TableEntryNavigationBehavior =
Public Enum TableEntryNavigationBehavior
- Inheritance
-
TableEntryNavigationBehavior
- Attributes
Fields
Name | Value | Description |
---|---|---|
AcceptsSingleClick | 1 | Accepts single-click to invoke navigation. |
AcceptsDoubleClick | 2 | Accepts double-click to invoke navigation. |
AcceptsEnter | 4 | Accepts Enter keppress to invoke navigation. |
AcceptsUpDownKeys | 8 | Accepts up and down arrow keypress to invoke navigation. |
PreferPreview | 128 | Opens target document in preview tab if possible. |