Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFocusableControl

Interface used to define a control that can receive focus

Hierarchy

  • IFocusableControl

Implemented by

Index

Methods

blurSearch playground for blur

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

    Returns void

focusSearch playground for focus

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

    Returns void

keepsFocusWithSearch playground for keepsFocusWith

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

    Returns Nullable<Control[]>

    an array of controls

onBlurSearch playground for onBlur

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

    Returns void

onFocusSearch playground for onFocus

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

    Returns void

processKeyboardSearch playground for processKeyboard

  • Function called to let the control handle keyboard events

    Parameters

    Returns void

Legend

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