Skybound VisualTips

VisualTip.AccessKey Property

Gets or sets the keyboard shortcut that may be pressed to raise the AccessKeyPressed event when the tip is displayed.

[Visual Basic]
Public Property AccessKey As Shortcut
[C#]
public System.Windows.Forms.Shortcut AccessKey {get; set;}

Property Value

The Shortcut key combination which, when pressed, causes the AccessKeyPressed event to be raised.

Remarks

This property is useful to provide extended help or additional actions that can be performed. For example, you could use a FooterText value of "Press F1 for additional help", and then handle the AccessKeyPressed event to display additional help.

Note to Translators: This property is marked with the LocalizableAttribute. When the Localizable designer property on a form is set to true, the value of this property is persisted in the resource file associated with each culture. You can localize these resource files without modifying the code.

See Also

VisualTip Class | Skybound.VisualTips Namespace