Show / Hide Table of Contents

Property PreventKeyboardDisplayOnProgrammaticFocus

| Edit this page View Source

PreventKeyboardDisplayOnProgrammaticFocus

Gets or sets a value that indicates whether the on-screen keyboard is shown when the control receives focus programmatically.

Declaration
public bool PreventKeyboardDisplayOnProgrammaticFocus { get; set; }
Property Value
Type Description
bool
Remarks

true if the on-screen keyboard is shown when the control receives focus programmatically; otherwise, false. The default is false.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX