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.

Specifies the values for the horizontal placement of the KeyTip relative to its placement target.

C#
public enum KeyTipHorizontalPlacement
Inheritance
KeyTipHorizontalPlacement

Fields

Name Value Description
KeyTipLeftAtTargetLeft 0

The left of the KeyTip is aligned with the left of the target element.

KeyTipLeftAtTargetCenter 1

The left of the KeyTip is aligned with the center of the target element.

KeyTipLeftAtTargetRight 2

The left of the KeyTip is aligned with the right of the target element.

KeyTipCenterAtTargetLeft 3

The center of the KeyTip is aligned with the left of the target element.

KeyTipCenterAtTargetCenter 4

The center of the KeyTip is aligned with the center of the target element.

KeyTipCenterAtTargetRight 5

The center of the KeyTip is aligned with the right of the target element.

KeyTipRightAtTargetLeft 6

The right of the KeyTip is aligned with the left of the target element.

KeyTipRightAtTargetCenter 7

The right of the KeyTip is aligned with the center of the target element.

KeyTipRightAtTargetRight 8

The right of the KeyTip is aligned with the right of the target element.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10