ESRI.ArcGIS.ADF.Tasks
TagKey Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > PrintPanel Class : TagKey Property




Ultimately, when rendering HTML for this control, we simply need a DIV which offers the overflow attribute which can then permit us to have dynamically added scrollbars.

Syntax

Visual Basic (Declaration) 
Protected Overrides ReadOnly Property TagKey As HtmlTextWriterTag
Visual Basic (Usage)Copy Code
Dim instance As PrintPanel
Dim value As HtmlTextWriterTag
 
value = instance.TagKey
C# 
protected override HtmlTextWriterTag TagKey {get;}

See Also

© 2010 All Rights Reserved.