MindFusion.Wpf Pack Programmer's Guide
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.Wpf
Assembly: MindFusion.Keyboard.Wpf

 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

VirtualKeyboard Members
VirtualKeyboard Class
MindFusion.UI.Wpf Namespace