'Declaration Public Enum KeyTipActivationBehavior Inherits System.Enum
public enum KeyTipActivationBehavior : System.Enum
Member | Description |
---|---|
DismissKeyTips | This is used for elements such as Textbox that will receive focus. The keytips should go away but any containing keytip containers should not be deactivated since that might cause the associated element to no longer be visible. |
DismissKeyTipsAndDeactivateContainers | This is used for elements that perform an action and do not need the key tips to remain visible and do not need containing keytip containers to remain activated. For example, a child MenuItem that is displayed might use this so the action is triggered and the containing MenuItem instances are collapsed. |
KeepCurrentKeyTips | This is used for elements that perform repeatable actions that should neither dismiss the keytips nor the containing keytip containers. For example if keytips were displayed for repeat buttons. |
This action only applies to items that are not containers.
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