Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface used to define a control that can receive focus

Hierarchy

  • IFocusableControl

Implemented by

Index

Methods

  • blur(): void
  • Function to unfocus the control programmatically

    Returns void

  • focus(): void
  • Function to focus the control programmatically

    Returns void

  • Function called to get the list of controls that should not steal the focus from this control

    Returns Nullable<Control[]>

    an array of controls

  • onBlur(): void
  • Function called when the control loses the focus

    Returns void

  • onFocus(): void
  • Function called when the control receives the focus

    Returns void

  • Function called to let the control handle keyboard events

    Parameters

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme