Intersoft ClientUI Documentation
AutoUpdateBindings Property



Gets or sets a boolean value that indicates whether bindings should be automatically updated when the culture changes.
Syntax
Public Shared Property AutoUpdateBindings As Boolean
Dim value As Boolean
 
LocalizationManager.AutoUpdateBindings = value
 
value = LocalizationManager.AutoUpdateBindings
public static bool AutoUpdateBindings {get; set;}
public:
static property bool AutoUpdateBindings {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LocalizationManager Class
LocalizationManager Members

Send Feedback