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!

ComboBox.SelectedItem

The handle to the object that is currently selected in the combos list.

[Visual Basic]
Public Property SelectedItem As Object
[C#]
public object SelectedItem {get; set;}
[C++]
public: __property Object* get_SelectedItem();
public: __property void set_SelectedItem(Object*);
[JScript]
public function get SelectedItem() : Object;
public function set SelectedItem(Object);

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace