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






text
string contains multiple value's text separated by the character specified in SeparatorChar propertystring contains multiple value's text separated by the character specified in SeparatorChar property
values
string contains multiple value's value separated by the character specified in SeparatorChar property string contains multiple value's value separated by the character specified in SeparatorChar property

Sets multiple values into the WebCombo.

Sets multiple values into the WebCombo.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SetMultipleValues( _
   ByVal text As String, _
   ByVal values As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim text As String
Dim values As String
 
instance.SetMultipleValues(text, values)
C# 
public void SetMultipleValues( 
   string text,
   string values
)
Delphi 
public procedure SetMultipleValues( 
    text: String;
    values: String
); 
JScript 
public function SetMultipleValues( 
   text : String,
   values : String
);
Managed Extensions for C++ 
public: void SetMultipleValues( 
   string* text,
   string* values
) 
C++/CLI 
public:
void SetMultipleValues( 
   String^ text,
   String^ values
) 

Parameters

text
string contains multiple value's text separated by the character specified in SeparatorChar propertystring contains multiple value's text separated by the character specified in SeparatorChar property
values
string contains multiple value's value separated by the character specified in SeparatorChar property string contains multiple value's value separated by the character specified in SeparatorChar property

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.