MsgBoxResult enumeration contains return values like VbOk, VbCancel, and VbAbort that indicate which button the user clicked. MsgBoxStyle enumeration (option A) specifies which buttons and icons to display, not which was clicked. CompareMethod is for string comparison.