Version

KeyTipAlignment Enumeration

Enumeration used to indicate how the key tip should be aligned.
Syntax
'Declaration
 
Public Enum KeyTipAlignment 
   Inherits System.Enum
public enum KeyTipAlignment : System.Enum 
Members
MemberDescription
BottomCenterThe bottom center of the keytip is positioned at the location specified by the key tip provider.
BottomLeftThe bottom left of the keytip is positioned at the location specified by the key tip provider.
BottomRightThe bottom right of the keytip is positioned at the location specified by the key tip provider.
MiddleCenterThe center of the keytip is positioned at the location specified by the key tip provider.
MiddleLeftThe middle left of the keytip is positioned at the location specified by the key tip provider.
MiddleRightThe middle right of the keytip is positioned at the location specified by the key tip provider.
TopCenterThe top center of the keytip is positioned at the location specified by the key tip provider.
TopLeftThe top left of the keytip is positioned at the location specified by the key tip provider.
TopRightThe top right of the keytip is positioned at the location specified by the key tip provider.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also