Version

KeyTipActivationBehavior Enumeration

Enumeration used to indicate the behavior that should occur for ElementKeyTipProviderItem instances when their action is performed.
Syntax
'Declaration
 
Public Enum KeyTipActivationBehavior 
   Inherits System.Enum
public enum KeyTipActivationBehavior : System.Enum 
Members
MemberDescription
DismissKeyTipsThis 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.
DismissKeyTipsAndDeactivateContainersThis 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.
KeepCurrentKeyTipsThis 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.
Remarks

This action only applies to items that are not containers.

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