HtmlForgeX

API Reference

Class

SmartWizardKeyboard

Namespace HtmlForgeX
Assembly HtmlForgeX

Keyboard navigation configuration for SmartWizard.

Inheritance

  • Object
  • SmartWizardKeyboard

Constructors

public SmartWizardKeyboard() #

Properties

public Nullable<Boolean> Enabled { get; set; } #
JsonPropertyName("enabled")

Gets or sets whether keyboard navigation is enabled.

public SmartWizardKeyboardKeys Keys { get; set; } #
JsonPropertyName("keys")

Gets or sets grouped keyboard key codes.

public Nullable<Boolean> KeyNavigation { get; set; } #
JsonIgnore

Gets or sets whether keyboard navigation is enabled.

public Int32[] KeyHome { get; set; } #
JsonIgnore

Gets or sets the home key codes.

public Int32[] KeyEnd { get; set; } #
JsonIgnore

Gets or sets the end key codes.

public Int32[] KeyLeft { get; set; } #
JsonIgnore

Gets or sets the left arrow key codes.

public Int32[] KeyRight { get; set; } #
JsonIgnore

Gets or sets the right arrow key codes.