ESRI.ArcGIS.ADF.Web.UI.WebControls
DropDownBox Constructor(String)
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DropDownBox Class > DropDownBox Constructor : DropDownBox Constructor(String)




name
The name. Must be unique among all items on the toolbar, as well as any toolbars in the group.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String _
)
Visual Basic (Usage)Copy Code
Dim name As String
 
Dim instance As DropDownBox(name)
C# 
public DropDownBox( 
   string name
)

Parameters

name
The name. Must be unique among all items on the toolbar, as well as any toolbars in the group.

See Also

© 2010 All Rights Reserved.