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






text
_value
Initializes a new instance of the WebComboValueItem class with specified Text and Value parameters Constructs WebComboValueItem object by specifying the Text and Value parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal text As String, _
   ByVal _value As String _
)
Visual Basic (Usage)Copy Code
Dim text As String
Dim _value As String
 
Dim instance As New WebComboValueItem(text, _value)
C# 
public WebComboValueItem( 
   string text,
   string _value
)
Delphi 
public WebComboValueItem( 
    text: String;
    _value: String
); 
JScript 
public function WebComboValueItem( 
   text : String,
   _value : String
);
Managed Extensions for C++ 
public: WebComboValueItem( 
   string* text,
   string* _value
)
C++/CLI 
public:
WebComboValueItem( 
   String^ text,
   String^ _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.