public ListBoxItem SelectedItem { get; set; }
Public Property SelectedItem As ListBoxItem Get Set
public: property ListBoxItem^ SelectedItem { ListBoxItem^ get (); void set (ListBoxItem^ value); }