'Declaration Public Property PopupPlacement As ComboBoxPopupPlacement
'Usage Dim instance As ComboBoxPopup Dim value As ComboBoxPopupPlacement instance.PopupPlacement = value value = instance.PopupPlacement
public ComboBoxPopupPlacement PopupPlacement {get; set;}