ESRI.ArcGIS.ADF.Web.UI.WebControls
FindControl(String,Int32) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ScaleBar Class > FindControl Method : FindControl(String,Int32) Method




id
pathOffset

Syntax

Visual Basic (Declaration) 
Protected Overloads Overridable Function FindControl( _
   ByVal id As String, _
   ByVal pathOffset As Integer _
) As Control
Visual Basic (Usage)Copy Code
Dim instance As ScaleBar
Dim id As String
Dim pathOffset As Integer
Dim value As Control
 
value = instance.FindControl(id, pathOffset)
C# 
protected virtual Control FindControl( 
   string id,
   int pathOffset
)

Parameters

id
pathOffset

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.