Intersoft WebCombo Documentation
SeparatorChar Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > MultipleSelectionSettings Class : SeparatorChar Property






Gets or sets the separator character used to separate multiple values in the textbox. Gets or sets the separator character used to separate multiple values in the textbox.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the separator character used to separate multiple values in the textbox.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property SeparatorChar As String
Visual Basic (Usage)Copy Code
Dim instance As MultipleSelectionSettings
Dim value As String
 
instance.SeparatorChar = value
 
value = instance.SeparatorChar
C# 
[DescriptionAttribute("Gets or sets the separator character used to separate multiple values in the textbox.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public string SeparatorChar {get; set;}
Delphi 
public read-write property SeparatorChar: String; 
JScript 
DescriptionAttribute("Gets or sets the separator character used to separate multiple values in the textbox.")
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set SeparatorChar : String
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the separator character used to separate multiple values in the textbox.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_SeparatorChar();
public: __property void set_SeparatorChar( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the separator character used to separate multiple values in the textbox.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ SeparatorChar {
   String^ get();
   void set (    String^ 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.