Property PreventKeyboardDisplayOnProgrammaticFocus
| Edit this page View SourcePreventKeyboardDisplayOnProgrammaticFocus
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.