ESRI.ArcGIS.ADF.Web.UI.WebControls
GetDesignTimeHtml() Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace > ToolbarDesigner Class > GetDesignTimeHtml Method : GetDesignTimeHtml() Method




Gets the HTML that is used to represent the control at design time.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function GetDesignTimeHtml() As String
Visual Basic (Usage)Copy Code
Dim instance As ToolbarDesigner
Dim value As String
 
value = instance.GetDesignTimeHtml()
C# 
public override string GetDesignTimeHtml()

Return Value

The HTML that is used to represent the control at design time.

See Also

© 2010 All Rights Reserved.