| Visual Basic (Declaration) | |
|---|---|
Public Enum UIUpdateMode Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UIUpdateMode | |
| C# | |
|---|---|
public enum UIUpdateMode : System.Enum | |
| Member | Description |
|---|---|
| AllControls | All controls converted to use FlyPostBack. |
| Custom | Only specific individual controls converted to use FlyPostBack. |
When the EnableUIMode property in WebFlyPostBackManager is set to True, you can decide whether all ASP.NET standard controls should be converted to use FlyPostBack or only specific individual controls by configuring the UpdateMode property. The default value is AllControls.
System.Object
System.ValueType
System.Enum
ISNet.WebUI.WebDesktop.UIUpdateMode
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