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






Text
Initializes a new instance of the WebComboCell class with Text. The default constructor for the WebComboCell object.

Syntax

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

Parameters

Text

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.