AccessKeyPlacement 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.
Enumerates access key placement relative to the control that the access key describes.
public enum AccessKeyPlacement
type AccessKeyPlacement =
- Inheritance
-
System.EnumAccessKeyPlacement
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Indicates that the default access key placement will be used. |
Top | 1 | Indicates that the access key will appear above the top edge of the described element. |
Bottom | 2 | Indicates that the access key will appear below the lower 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. |
Left | 4 | Indicates that the access key will appear to the left of the left edge of the described element. |
Center | 5 | Indicates that the access key will be overlaid on top of the center of the described element. |