IKeyTipTarget Interface
Provides the base requirements for a control that can be notified of a key tip access.
public interface IKeyTipTarget
Methods
NotifyKeyTipAccessed(string)
Notifies the control that its key tip was accessed.
bool NotifyKeyTipAccessed(string keyTipAccessText)
| Parameter | Type | Description |
|---|---|---|
| keyTipAccessText | string | The key tip access text that was used. |
Returns
- bool:
trueif an action was executed that should stop key tip mode; otherwise,false.