Intersoft WebCombo Documentation
WebCombo Constructor(String)
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebCombo Class > WebCombo Constructor : WebCombo Constructor(String)






id
Initializes a new instance of the WebCombo class with Id parameter. Special constructor used to create WebCombo dynamically in code.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal id As String _
)
Visual Basic (Usage)Copy Code
Dim id As String
 
Dim instance As New WebCombo(id)
C# 
public WebCombo( 
   string id
)
Delphi 
public WebCombo( 
    id: String
); 
JScript 
public function WebCombo( 
   id : String
);
Managed Extensions for C++ 
public: WebCombo( 
   string* id
)
C++/CLI 
public:
WebCombo( 
   String^ id
)

Parameters

id

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.