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






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

Syntax

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

Parameters

Text
Value

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.