Skybound VisualTips

VisualTip.Shortcut Property

Gets or sets the shortcut key displayed beside the title, if it is not None.

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

Property Value

The Shortcut displayed beside the title.

Remarks

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