NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlSelect.Multiple

Gets or sets a value indicating whether multiple option items can be selected from the list.

[Visual Basic]
Public Property Multiple As Boolean
[C#]
public bool Multiple {get; set;}
[C++]
public: __property bool get_Multiple();
public: __property void set_Multiple(bool);
[JScript]
public function get Multiple() : Boolean;
public function set Multiple(Boolean);

Property Value

true if there is a multiple attribute on the HtmlSelect control; otherwise false. The default is false.

Remarks

A multiple attribute is rendered on an HtmlSelect control only if this value is set to true.

See Also

HtmlSelect Class | HtmlSelect Members | System.Web.UI.HtmlControls Namespace