ESRI.ArcGIS.ADF.Web.UI.WebControls
RenderDesignModeWarnings(HtmlTextWriter,WebControl) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DesignModeWarnings Class > RenderDesignModeWarnings Method : RenderDesignModeWarnings(HtmlTextWriter,WebControl) Method




writer
HTML writer used to produce HTML output.
control
The web control to render.
Renders design time warning messages in a consistent fashion.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub RenderDesignModeWarnings( _
   ByVal writer As HtmlTextWriter, _
   ByVal control As WebControl _
) 
Visual Basic (Usage)Copy Code
Dim instance As DesignModeWarnings
Dim writer As HtmlTextWriter
Dim control As WebControl
 
instance.RenderDesignModeWarnings(writer, control)
C# 
public void RenderDesignModeWarnings( 
   HtmlTextWriter writer,
   WebControl control
)

Parameters

writer
HTML writer used to produce HTML output.
control
The web control to render.

See Also

© 2010 All Rights Reserved.