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.Items

Gets the list of option items in an HtmlSelect control.

[Visual Basic]
Public ReadOnly Property Items As ListItemCollection
[C#]
public ListItemCollection Items {get;}
[C++]
public: __property ListItemCollection* get_Items();
[JScript]
public function get Items() : ListItemCollection;

Property Value

The list of options items.

See Also

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