Dynamicweb 8 Documentation
GroupedDropDownParameterEditor.DropDownItem Constructor

Name of the item.
Group name of the item.
Value of the item.
Initializes a new instance of an object.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal name As String, _ 
   ByVal groupName As String, _ 
   ByVal value As String _ 
)
public GroupedDropDownParameterEditor.DropDownItem( 
   string name,
   string groupName,
   string value 
)

Parameters

name
Name of the item.
groupName
Group name of the item.
value
Value of the item.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GroupedDropDownParameterEditor.DropDownItem Class
GroupedDropDownParameterEditor.DropDownItem Members

Send Feedback