Search
VirtualKeyboard.AutoUpdateCulture Property
See Also
 






Gets or sets whether the component should change the UI thread's CurrentCulture whenever the input locale changes.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms

 Syntax

C#  Copy Code

public bool AutoUpdateCulture { get; set; }

Visual Basic  Copy Code

Public Property AutoUpdateCulture As Boolean

 Property Value

true to automatically update CurrentCulture to match InputLocale, or false otherwise. The default value is false.

 See Also