Enables or disables the automatic update of the control (re-render the objects) if any change occured.
Syntax
Visual Basic (Declaration) | |
---|
Public Property AutoUpdate As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Medical3DControl
Dim value As Boolean
instance.AutoUpdate = value
value = instance.AutoUpdate
|
C# | |
---|
public bool AutoUpdate {get; set;} |
Return Value
true enables the automatic update; false otherwise.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also