Version

KeyTipPlacementType Enumeration

Enumeration used to decorate an element for the purpose of positioning the keytip with respect to the element.
Syntax
'Declaration
 
Public Enum KeyTipPlacementType 
   Inherits System.Enum
public enum KeyTipPlacementType : System.Enum 
Members
MemberDescription
CaptionIdentifies the element that represents the caption for a tool for key tip placement purposes. This is used in a RibbonTabItem to position the Key Tip below the text.
CheckIndicatorIdentifies the element that represents the check or radio indicator for a tool for key tip placement purposes.
DropDownButtonIdentifies the element that causes the tool to dropdown for key tip placement purposes. This is used for segmented buttons when a key tip is shown for the button portion and dropdown portion.
SmallImageIdentifies the element that represents the small image for a tool for key tip placement purposes.
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