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






Provides settings for multiple selections feature. Provides settings for multiple selections feature.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<ISNet.Serialization.XmlSerializableAttribute()>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Provides settings for multiple selections feature.")>
Public ReadOnly Property MultipleSelectionSettings As MultipleSelectionSettings
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim value As MultipleSelectionSettings
 
value = instance.MultipleSelectionSettings
C# 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Provides settings for multiple selections feature.")]
public MultipleSelectionSettings MultipleSelectionSettings {get;}
Delphi 
public read-only property MultipleSelectionSettings: MultipleSelectionSettings; 
JScript 
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
NotifyParentPropertyAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.Serialization.BinarySerializableAttribute()
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
ISNet.Serialization.XmlSerializableAttribute()
CategoryAttribute("Behavior")
DescriptionAttribute("Provides settings for multiple selections feature.")
public function get MultipleSelectionSettings : MultipleSelectionSettings
Managed Extensions for C++ 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Provides settings for multiple selections feature.")]
public: __property MultipleSelectionSettings* get_MultipleSelectionSettings();
C++/CLI 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Provides settings for multiple selections feature.")]
public:
property MultipleSelectionSettings^ MultipleSelectionSettings {
   MultipleSelectionSettings^ get();
}

Remarks

There are six important properties in MultipleSelectionSettings:

  • AllowBrowseAll
    If you set the value of AllowBrowseAll property of WebCombo to True, users can list all available items inside the WebCombo result box by using 'Ctrl+Space' keystroke combination. 
  • AutoSelectFirstMatch
    The first row will be highlighted when AutoSelectFirstMatch property is set to True. WebCombo users can quickly select an item by pressing 'Tab' key, without using 'Down' key first to select an item.
  • Enabled
    This property is used to set whether multiple selections feature should be enabled. When MultipleSelection is Enabled and TextBoxMode is Editable, the DropDownButton will be disabled and is not visible.
  • AutoPositionResultBox If the AutoPositionResultBox is set to True, the ResultBox location will be automatically placed right under the cursor position depending on the value of the AutoPositionResultBox property. 
  • AllowNotInListText
    This property is used to set whether WebCombo should accept text which is not appear in the list.
  • SeparatorChar
    This property is used to set the separator character used to separate multiple values in the textbox.

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.