Intersoft WebDesktop Documentation
UIUpdateMode Enumeration
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : UIUpdateMode Enumeration


Glossary Item Box

Value representing the update behavior of automatic callback feature.

Syntax

Visual Basic (Declaration) 
Public Enum UIUpdateMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As UIUpdateMode
C# 
public enum UIUpdateMode : System.Enum 

Members

MemberDescription
AllControlsAll controls converted to use FlyPostBack.
CustomOnly specific individual controls converted to use FlyPostBack.

Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebDesktop.UIUpdateMode

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.