using System; namespace CI.WSANative.Dialogs { public enum WSAPopupMenuPlacement { Above, Below, Left, Right } }