AccessKeyPlacement Enum

Definition

Enumerates access key placement relative to the control that the access key describes.

public enum AccessKeyPlacement
type AccessKeyPlacement = 
Inheritance
AccessKeyPlacement

Fields

Auto 0

Indicates that the default access key placement will be used.

Bottom 2

Indicates that the access key will appear below the lower edge of the described element.

Center 5

Indicates that the access key will be overlaid on top of the center of the described element.

Left 4

Indicates that the access key will appear to the left of the left edge of the described element.

Right 3

Indicates that the access key will appear to the right of the right edge of the described element.

Top 1

Indicates that the access key will appear above the top edge of the described element.

Applies to