Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: object Accel(this string, char)

  • Declared in: RT.TagSoup.Util

Declaration

public static object Accel(
    this string str,
    char accel
)

Summary

Adds a KBD tag to a single character to indicate a keyboard shortcut in a UI.

Parameters

this stringstr The string or label to add the shortcut indicator to.
characcel The shortcut key (accesskey attribute).