KeyTipHorizontalPlacement 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.
public enum class KeyTipHorizontalPlacement
public enum KeyTipHorizontalPlacement
type KeyTipHorizontalPlacement =
Public Enum KeyTipHorizontalPlacement
- Inheritance
-
KeyTipHorizontalPlacement
Fields
Name | Value | Description |
---|---|---|
KeyTipLeftAtTargetLeft | 0 | |
KeyTipLeftAtTargetCenter | 1 | |
KeyTipLeftAtTargetRight | 2 | |
KeyTipCenterAtTargetLeft | 3 | |
KeyTipCenterAtTargetCenter | 4 | |
KeyTipCenterAtTargetRight | 5 | |
KeyTipRightAtTargetLeft | 6 | |
KeyTipRightAtTargetCenter | 7 | |
KeyTipRightAtTargetRight | 8 |