IsFocused

Introduction

The IsFocused property gets or sets whether a component has focus. For example a TextBox will have its IsFocus set to true if the caret is visible and if it is taking input from the keyboard.

Last updated