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






Initializes a new instance of the WebCombo class with no argument. The default constructor for WebCombo. This constructor should not be called directly from code. To create WebCombo control from code, use WebCombo(id) instead.

Syntax

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

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.