'DeclarationPublic Property PopupPlacement As ComboBoxPopupPlacement
'UsageDim instance As ComboBoxPopup Dim value As ComboBoxPopupPlacement instance.PopupPlacement = value value = instance.PopupPlacement
public ComboBoxPopupPlacement PopupPlacement {get; set;}