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
C# Copy Code |
---|
public bool AutoUpdateCulture { get; set; } |
Visual Basic Copy Code |
---|
Public Property AutoUpdateCulture As Boolean |
true to automatically update CurrentCulture to match InputLocale, or false otherwise. The default value is false.