HtmlForgeX

API Reference

Class

SmartTabKeyboard

Namespace HtmlForgeX
Assembly HtmlForgeX

Keyboard navigation configuration for SmartTab.

Inheritance

  • Object
  • SmartTabKeyboard

Constructors

public SmartTabKeyboard() #

Properties

public Nullable<Boolean> KeyNavigation { get; set; } #
JsonPropertyName("keyNavigation")

Gets or sets whether keyboard navigation is enabled.

public Int32[] KeyLeft { get; set; } #
JsonPropertyName("keyLeft")

Gets or sets the left/up arrow key codes.

public Int32[] KeyRight { get; set; } #
JsonPropertyName("keyRight")

Gets or sets the right/down arrow key codes.

public Int32[] KeyHome { get; set; } #
JsonPropertyName("keyHome")

Gets or sets the home key codes.

public Int32[] KeyEnd { get; set; } #
JsonPropertyName("keyEnd")

Gets or sets the end key codes.