ESRI.ArcGIS.ADF.Web.UI.WebControls
IsAtRenderStage Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > WebControl Class : IsAtRenderStage Property




Returns true if this control is called through an asynchronous callback, or the refresh flag has been set and the page is in partial postback mode.

Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property IsAtRenderStage As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebControl
Dim value As Boolean
 
value = instance.IsAtRenderStage
C# 
protected bool IsAtRenderStage {get;}

See Also

© 2010 All Rights Reserved.