The following tables list the members exposed by IKeyTip.
Name | Description | |
---|---|---|
ActivationBehavior | Used to indicate what should happen to the keytips and activation state of the key tip containers when the item is activated. | |
AdornedElement | Returns the element that should be adorned with the keytip | |
Alignment | Gets the alignment of the key tip based on the location. | |
AutoGeneratePrefix | Gets the prefix to use when auto-generating a key tip for the provider. | |
CanAutoGenerateKeyTip | Returns a boolean indicating if a key tip can be generated from the mnemonic, caption or autogeneration/default prefix. | |
Caption | The caption of the provider. This will be used to auto-generate a key tip when KeyTipValue and Mnemonic is null or empty. | |
DefaultPrefix | This will be used to auto-generate a key tip when there is no caption, mnemonic or auto generation prefix. | |
IsEnabled | Gets the value indicating whether the key tip should be displayed enabled. | |
IsVisible | Gets the value indicating whether the key tip should be displayed. | |
KeyTipValue | Gets the key tip value to use for this provider. | |
Location | Gets the locaton where the key tip should be displayed in screen coordinates | |
Mnemonic | The mnemonic of the provider. This will be used to auto-generate a key tip when KeyTipValue is null or empty. |
Name | Description | |
---|---|---|
Activate | Called when the providers key tip has been typed by the user. The provider should perform its default action when this is called | |
Equals | Return the value indicating whether this provider is equal to the specified provider | |
GetContainer | Gets the key tip container related to this provider. Providers that do not contain other key tips should return null. |