Skybound VisualTips

VisualTipProvider.AccessKey Property

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

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

Property Value

An Int32 value representing the maximum width of a tip, in pixels.

Remarks

This property can be overridden for an individual tip using the VisualTip.AccessKey property. The default value of this property is F1.

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

VisualTipProvider Class | Skybound.VisualTips Namespace