Intersoft ClientUI Documentation
AutoUpdateBindings Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > LocalizationManager Class : AutoUpdateBindings Property






Gets or sets a boolean value that indicates whether bindings should be automatically updated when the culture changes.

Syntax

Visual Basic (Declaration) 
Public Shared Property AutoUpdateBindings As Boolean
Visual Basic (Usage)Copy Code
Dim value As Boolean
 
LocalizationManager.AutoUpdateBindings = value
 
value = LocalizationManager.AutoUpdateBindings
C# 
public static bool AutoUpdateBindings {get; set;}
Delphi 
public read-write property AutoUpdateBindings: Boolean; static; 
JScript 
public static function get,set AutoUpdateBindings : boolean
Managed Extensions for C++ 
public: __property static bool get_AutoUpdateBindings();
public: __property static void set_AutoUpdateBindings( 
   bool value
);
C++/CLI 
public:
static property bool AutoUpdateBindings {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.